.main-slider {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.main-slider-carousel.owl-carousel {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.main-slider-carousel.owl-carousel.owl-hidden {
  opacity: 1 !important;
  visibility: visible !important;
}

.main-slider-carousel .owl-stage-outer {
  opacity: 1 !important;
  visibility: visible !important;
}

.main-slider-carousel .owl-item {
  visibility: visible !important;
}

.main-slider .slide {
  position: relative;
  display: block;
  width: 100%;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-slider-carousel {
  display: block;
  width: 100%;
}

.main-slider-carousel .owl-item {
  visibility: visible;
}
.main-slider {
  position: relative;
  width: 100%;
}

.main-slider .main-slider-carousel {
  position: relative;
  width: 100%;
}

.main-slider .slide {
  position: relative;
  display: block;
  width: 100%;
  height: 700px;
  min-height: 700px;

  background-size: cover !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
}

.main-slider .owl-stage-outer,
.main-slider .owl-stage,
.main-slider .owl-item {
  height: 700px;
  min-height: 700px;
}

.main-slider .owl-item .slide {
  height: 700px;
}

.bank-details-section {
  padding: 0px 0;
  background: #f8f9fa;
  min-height: 600px;
}

/* Category Heading */

.bank-category-heading {
  text-align: center;
  margin-bottom: 50px;
}

.bank-category-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #00aeef;
  margin-bottom: 15px;
}

.bank-category-heading p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

/* Bank Card */

.bank-card {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;

  min-height: 350px;

  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);

  transition: all 0.3s ease;
}

.bank-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* Bank Logo */

.bank-logo {
  height: 140px;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 20px;
}

.bank-logo img {
  max-width: 290px;
  max-height: 170px;

  width: auto;
  height: auto;

  object-fit: contain;
}

/* Bank Name */

.bank-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #00aeef;
}

/* Description */

.bank-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

/* View Button */

.bank-view-btn {
  display: inline-block;

  padding: 10px 25px;

  background: #00aeef;
  color: #ffffff;

  text-decoration: none;

  border-radius: 3px;

  transition: 0.3s;
}

.bank-view-btn:hover {
  background: #222;
  color: #ffffff;
  text-decoration: none;
}

/* No Bank Message */

.no-bank-message {
  width: 100%;
  text-align: center;

  background: #ffffff;

  padding: 40px;

  font-size: 18px;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Responsive */

@media (max-width: 767px) {
  .bank-details-section {
    padding: 0px 0;
  }

  .bank-category-heading h2 {
    font-size: 28px;
  }

  .bank-card {
    min-height: auto;
  }
}
.blog-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-slider .owl-nav .owl-prev,
.blog-slider .owl-nav .owl-next {
  position: absolute;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  background: rgba(0, 0, 0, 0.15) !important;
  color: #ffffff !important;
  font-size: 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
}

/* Desktop */
.blog-slider .owl-nav .owl-prev {
  left: -80px;
}

.blog-slider .owl-nav .owl-next {
  right: -80px;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  .blog-slider .owl-nav .owl-prev {
    left: -10px;
  }

  .blog-slider .owl-nav .owl-next {
    right: -10px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .blog-slider .owl-nav .owl-prev {
    left: 20px;
  }

  .blog-slider .owl-nav .owl-next {
    right: 20px;
  }

  .blog-slider .owl-nav .owl-prev,
  .blog-slider .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    font-size: 20px !important;
  }
}

.blog-slider .owl-nav .owl-prev:hover,
.blog-slider .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

.blog-slider {
  position: relative;
}

.apply-btn {
  background-color: #126fcd;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  font-size: 16px;
}

.apply-btn:hover {
  background-color: #0056b3;
}

.loan-modal {
  /* Modal hidden by default */
  display: none;
  /* Cover complete screen */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.loan-modal-content {
  background-color: white;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}

.loan-modal-content h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}

.loan-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.form-group {
  width: calc(50% - 8px);
  box-sizing: border-box;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 15px;
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.full-width {
  width: 100%;
}

.submit-btn {
  background-color: #007bff;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.submit-btn:hover {
  background-color: #0056b3;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .loan-modal-content {
    padding: 30px 20px;
  }

  .form-group {
    width: 100%;
  }
}
.blog-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-slider .owl-nav .owl-prev,
.blog-slider .owl-nav .owl-next {
  position: absolute;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  background: rgba(0, 0, 0, 0.15) !important;
  color: #ffffff !important;
  font-size: 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
}

/* Desktop */
.blog-slider .owl-nav .owl-prev {
  left: -80px;
}

.blog-slider .owl-nav .owl-next {
  right: -80px;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  .blog-slider .owl-nav .owl-prev {
    left: -10px;
  }

  .blog-slider .owl-nav .owl-next {
    right: -10px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .blog-slider .owl-nav .owl-prev {
    left: 20px;
  }

  .blog-slider .owl-nav .owl-next {
    right: 20px;
  }

  .blog-slider .owl-nav .owl-prev,
  .blog-slider .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    font-size: 20px !important;
  }
}

.blog-slider .owl-nav .owl-prev:hover,
.blog-slider .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

.blog-slider {
  position: relative;
}

.apply-btn {
  background-color: #126fcd;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  font-size: 16px;
}

.apply-btn:hover {
  background-color: #0056b3;
}

.loan-modal {
  /* Modal hidden by default */
  display: none;
  /* Cover complete screen */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.loan-modal-content {
  background-color: white;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}

.loan-modal-content h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}

.loan-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.form-group {
  width: calc(50% - 8px);
  box-sizing: border-box;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 15px;
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.full-width {
  width: 100%;
}

.submit-btn {
  background-color: #007bff;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.submit-btn:hover {
  background-color: #0056b3;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .loan-modal-content {
    padding: 30px 20px;
  }

  .form-group {
    width: 100%;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .logo {
    display: flex;
    justify-content: flex-start;
    /* Move logo to left */
    align-items: center;
    width: 100%;
    padding-left: 15px;
    margin: 15px;
    /* Space from left edge */
  }

  .logo img {
    margin-right: 55px;
    width: 140px;
    /* Adjust size as needed */
    height: auto;
    display: block;
  }
}

.logo img {
  margin-right: 55px;
  width: 120px;
  height: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .logo img {
    width: 90px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .logo img {
    width: 70px;
  }
}

.navbar-header {
  width: 100% !important;
}

.mobile-header {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Logo LEFT */
.mobile-logo {
  margin-right: auto;
  display: none;
}

.mobile-logo img {
  width: 150px;
  height: auto;
  display: block;
}

/* Menu RIGHT */
.mobile-header .navbar-toggler {
  margin-left: auto !important;
  position: relative !important;
  right: 0 !important;
  left: auto !important;
}

/* Mobile screen - show this logo */
@media only screen and (max-width: 768px) {
  .mobile-logo {
    display: block;
  }
}
/* Bank category image left side */
.partners-page-section .partner-block .icon-box {
  width: 35%;
  float: left;
  text-align: center;
}

/* Control uploaded image size */
.partners-page-section .partner-block .icon-box img {
  width: 100%;
  max-width: 250px;
  height: 180px;
  object-fit: contain;
}

/* Prevent content overlap */
.partners-page-section .partner-block .inner-box {
  overflow: hidden;
}

/* Text right side */
.partners-page-section .partner-block h4,
.partners-page-section .partner-block .designation,
.partners-page-section .partner-block .text {
  margin-left: 40%;
}

* {
  box-sizing: border-box;
}

/* =========================
       MAIN FOOTER
    ========================= */

.custom-footer {
  position: relative;
  padding: 60px 0;

  background-image:
    linear-gradient(rgba(45, 259, 173, 1.65), rgba(142, 79, 103, 2.75)),
    url("images/background/5.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.footer-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 60px;

  align-items: start;
}

/* =========================
       LEFT SECTION
    ========================= */

.footer-about {
  color: #fff;
}

.footer-logo {
  width: 150px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer-about h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 15px;
}

.footer-about p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 25px;
}

/* =========================
       SOCIAL ICONS
    ========================= */

.social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.social-icons a {
  width: 50px;
  height: 50px;

  border: 1px solid #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  text-decoration: none;

  transition: 0.3s;
}

.social-icons a i {
  font-size: 18px;
  color: #fff;
}

.social-icons a:hover {
  background: #fff;
}

.social-icons a:hover i {
  color: #333;
}

/* =========================
       CONTACT INFORMATION
    ========================= */

.contact-info-box {
  padding: 0;
  background: transparent;
}

.contact-info-box h2 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 35px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contact-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;

  border-radius: 50%;
  background: #00a6ad;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: 20px;
}

.contact-icon span {
  color: #fff !important;
  font-size: 25px !important;
}

.contact-details {
  flex: 1;
}

.contact-details h4 {
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}

.contact-details p,
.contact-details a {
  display: block;

  color: #fff !important;

  font-size: 17px;
  line-height: 1.6;

  margin: 0;
  text-decoration: none;
}

/* =========================
       USEFUL LINKS
    ========================= */

.useful-links {
  width: 100%;
}

.useful-links h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;

  margin: 0 0 45px;

  position: relative;
}

.useful-links h3::after {
  content: "";

  position: absolute;
  left: 0;
  bottom: -12px;

  width: 50px;
  height: 4px;

  background: red;
}

.useful-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.useful-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.useful-links ul li {
  margin-bottom: 15px;
}

.useful-links ul li a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.useful-links ul li a::before {
  content: "›";

  font-size: 25px;
  font-weight: bold;

  margin-right: 10px;
}

.useful-links ul li a:hover {
  opacity: 0.8;
}

/* =========================
       TABLET
    ========================= */

@media (max-width: 991px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .useful-links {
    grid-column: 1 / -1;
  }
}

/* =========================
       MOBILE
    ========================= */

@media (max-width: 767px) {
  .custom-footer {
    padding: 40px 0;
  }

  .footer-container {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .useful-links {
    grid-column: auto;
  }

  .useful-links-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .contact-info-item {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .useful-links-grid {
    grid-template-columns: 1fr;
  }

  .contact-details p,
  .contact-details a {
    font-size: 15px;
  }

  .social-icons a {
    width: 45px;
    height: 45px;
  }
}

.dynamic-testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 30px 0;
}

.dynamic-testimonial-card {
  position: relative;
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.dynamic-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.dynamic-testimonial-icon {
  font-size: 60px;
  line-height: 40px;
  color: #20b7e8;
  font-family: Georgia, serif;
  margin-bottom: 15px;
}

.dynamic-testimonial-text {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 25px;
}

.dynamic-testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}

.dynamic-author-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #20b7e8;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
}

.dynamic-author-details h4 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.dynamic-author-details span {
  font-size: 14px;
  color: #888888;
}

@media (max-width: 991px) {
  .dynamic-testimonial-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .dynamic-testimonial-wrapper {
    grid-template-columns: 1fr;
  }
}
/* Blog Slider Arrow */
.blog-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-slider .owl-nav .owl-prev,
.blog-slider .owl-nav .owl-next {
  position: absolute;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  background: rgba(0, 0, 0, 0.15) !important;
  color: #ffffff !important;
  font-size: 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
}

/* Desktop */
.blog-slider .owl-nav .owl-prev {
  left: -80px;
}

.blog-slider .owl-nav .owl-next {
  right: -80px;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  .blog-slider .owl-nav .owl-prev {
    left: -10px;
  }

  .blog-slider .owl-nav .owl-next {
    right: -10px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .blog-slider .owl-nav .owl-prev {
    left: 20px;
  }

  .blog-slider .owl-nav .owl-next {
    right: 20px;
  }

  .blog-slider .owl-nav .owl-prev,
  .blog-slider .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    font-size: 20px !important;
  }
}

.blog-slider .owl-nav .owl-prev:hover,
.blog-slider .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

.blog-slider {
  position: relative;
}

.apply-btn {
  background-color: #126fcd;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  font-size: 16px;
}

.apply-btn:hover {
  background-color: #0056b3;
}

.loan-modal {
  /* Modal hidden by default */
  display: none;
  /* Cover complete screen */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(188, 25, 25, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.loan-modal-content {
  background-color: white;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}

.loan-modal-content h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}

.loan-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.form-group {
  width: calc(50% - 8px);
  box-sizing: border-box;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 15px;
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.full-width {
  width: 100%;
}

.submit-btn {
  background-color: #007bff;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.submit-btn:hover {
  background-color: #0056b3;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .loan-modal-content {
    padding: 30px 20px;
  }

  .form-group {
    width: 100%;
  }
}

.contact-location-section {
  padding: 70px 0;
}

.contact-location-section .info-column {
  margin-bottom: 30px;
}

.contact-info-card {
  min-height: 345px;
  padding: 50px 30px;
  text-align: center;
  border: 2px solid #111;
  border-radius: 28px;
  background: #fff;
  transition: all 0.3s ease;
}

.contact-icon {
  width: 106px;
  height: 106px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #f5f5f5;

  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon span {
  font-size: 40px;
  color: #99967b;
}

.contact-info-card h3 {
  font-size: 36px;
  font-weight: 500;
  color: #111;
  margin-bottom: 25px;
  text-transform: none;
}

.contact-info-card .text {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
}

.contact-info-card .text a {
  color: #666;
  text-decoration: none;
}

.contact-info-card .text a:hover {
  color: #00aeef;
}

@media only screen and (max-width: 767px) {
  .contact-info-card {
    min-height: auto;
    padding: 40px 20px;
  }

  .contact-info-card h3 {
    font-size: 28px;
  }
}

/* Contact Section */
.contact-location-section {
  padding: 70px 0;
  background: #dff2e37d;
}

/* Card */
.contact-location-section .contact-info-card {
  background: #ffffff;
  min-height: 320px;
  padding: 45px 30px;

  border: 1px solid #eeeeee;
  border-radius: 15px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);

  transition: all 0.3s ease;
}

/* Hover */
.contact-location-section .contact-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Icon Circle */
.contact-location-section .contact-icon {
  width: 72px;
  height: 72px;
  min-width: 72px;

  background: #00a6ad;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 0 25px 0;
}

/* Icon */
.contact-location-section .contact-icon span {
  color: #ffffff !important;
  font-size: 28px !important;
}

/* Heading */
.contact-location-section .contact-info-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #222222;

  margin: 0 0 18px;
}

/* Text */
.contact-location-section .contact-info-card .text {
  font-size: 17px;
  line-height: 1.7;
  color: #666666;
}

/* Phone & Email Links */
.contact-location-section .contact-info-card .text a {
  color: #666666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-location-section .contact-info-card .text a:hover {
  color: #00a6ad;
}

/* Mobile */
@media (max-width: 991px) {
  .contact-location-section .info-column {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-location-section {
    padding: 50px 0;
  }

  .contact-location-section .contact-info-card {
    min-height: 280px;
    padding: 35px 20px;
  }
}

/* ==============================
   FOOTER
================================ */

.main-footer {
  position: relative;
  background: #1c1c1c;
  color: #ffffff;
}

.main-footer .widgets-section {
  position: relative;
  padding: 70px 0 40px;
}

.main-footer .footer-widget {
  margin-bottom: 30px;
}

.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
  color: #ffffff;
  margin-bottom: 20px;
}

/* About Section */
.main-footer .footer-widget .text {
  color: #cccccc;
  font-size: 16px;
  line-height: 1.8;
}

/* Contact Information */
.main-footer .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer .contact-list li {
  color: #cccccc;
  margin-bottom: 15px;
  line-height: 1.7;
}

.main-footer .contact-list li a {
  color: #cccccc;
}

.main-footer .contact-list li a:hover {
  color: #00aeef;
}

/* Useful Links */
.main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-footer .links-widget li {
  margin-bottom: 10px;
}

.main-footer .links-widget li a {
  color: #cccccc;
  text-decoration: none;
  transition: 0.3s;
}

.main-footer .links-widget li a:hover {
  color: #00aeef;
  padding-left: 5px;
}

/* Social Icons */
.main-footer .social-icon-one {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.main-footer .social-icon-one li {
  display: inline-block;
}

.main-footer .social-icon-one li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #333333;
  color: #ffffff;
}

.main-footer .social-icon-one li a:hover {
  background: #00aeef;
}

/* Footer Bottom */
.main-footer .footer-bottom {
  background: #111111;
  padding: 20px 0;
  text-align: center;
}

.main-footer .footer-bottom .copyright {
  color: #cccccc;
}

/* Responsive */
@media only screen and (max-width: 767px) {
  .main-footer .widgets-section {
    padding: 50px 15px 20px;
  }

  .main-footer .footer-widget {
    margin-bottom: 35px;
  }
}

.partners-page-section .bank-category-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.partners-page-section .bank-category-item {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
  min-width: fit-content;
}

.partners-page-section .partner-block {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.partners-page-section .partner-block .inner-box {
  height: 100%;
  text-align: center;
}

.partners-page-section .partner-block .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  margin-bottom: 20px;
}

.partners-page-section .partner-block .icon-box .icon {
  display: block;
  width: 100%;
}

.partners-page-section .partner-block .icon-box img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 160px !important;
  max-height: 90px !important;
  margin: 0 auto;
  object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .partners-page-section .bank-category-item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .partners-page-section .bank-category-item {
    width: 100%;
  }
}

/* Bank Category Grid */
.partners-page-section .bank-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Reset old partner block layout */
.partners-page-section .partner-block {
  width: 100%;
  margin: 0;
}

.partners-page-section .partner-block .inner-box {
  position: relative;
  padding: 30px 20px !important;
  margin: 0 !important;
  min-height: 350px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Image Box */
.partners-page-section .partner-block .icon-box {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;

  width: 100% !important;
  height: 120px !important;
  min-height: 120px !important;

  display: flex !important;
  justify-content: center;
  align-items: center;

  margin: 0 0 20px 0 !important;
}

/* Reset icon positioning */
.partners-page-section .partner-block .icon-box .icon {
  position: relative !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
}

/* Category Image */
.partners-page-section .partner-block .icon-box img {
  display: block;
  max-width: 160px !important;
  max-height: 100px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  margin: 0 auto;
}

/* Category Name */
.partners-page-section .partner-block h4 {
  position: relative !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

/* Bank Names */
.partners-page-section .partner-block .designation {
  position: relative !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  text-align: center;
}

/* Description */
.partners-page-section .partner-block .text {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

/* Tablet */
@media (max-width: 991px) {
  .partners-page-section .bank-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .partners-page-section .bank-category-grid {
    grid-template-columns: 1fr;
  }
}

.partners-page-section .partner-block h4 a {
  color: #00aeef;
  text-decoration: none;
}

.partners-page-section .partner-block h4 a:hover {
  color: #222222;
  text-decoration: none;
}

.overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.image {
  position: relative;
}

.overlay-box a {
  color: greenyellow;
  font-weight: 600;
  text-decoration: none;
}

/* =========================================
   RESPONSIVE CUSTOM FOOTER
========================================= */

.custom-footer {
  position: relative;
  padding: 60px 0;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.footer-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 60px;
  align-items: start;
}

/* =========================================
   LEFT - ABOUT
========================================= */

.footer-about {
  color: #ffffff;
}

.footer-logo {
  width: 145px;
  height: auto;
  display: block;
  margin-bottom: 25px;
}

.footer-about h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
}

.footer-about p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 30px;
}

/* =========================================
   SOCIAL ICONS
========================================= */

.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.social-icons a {
  width: 45px;
  height: 45px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;

  color: #ffffff;
  text-decoration: none;

  transition: all 0.3s ease;
}

.social-icons a i {
  font-size: 17px;
  color: #ffffff;
}

.social-icons a:hover {
  background: #00a6ad;
  border-color: #00a6ad;
}

/* =========================================
   CONTACT INFORMATION
========================================= */

.contact-info-box {
  padding: 0;
  background: transparent;
}

.contact-info-box h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 30px;
}

/* Each Contact Row */

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 18px;

  margin-bottom: 25px;
}

/* IMPORTANT - Smaller Icon */

.custom-footer .contact-icon {
  width: 55px !important;
  height: 55px !important;
  min-width: 55px !important;

  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #00a6ad !important;
  border-radius: 50% !important;
}

/* Icon */

.custom-footer .contact-icon span {
  color: #ffffff !important;
  font-size: 21px !important;
}

/* Contact Text */

.contact-details {
  flex: 1;
  min-width: 0;
}

.contact-details h4 {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}

.contact-details p,
.contact-details a {
  display: block;

  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.6;

  margin: 0;
  text-decoration: none;

  word-break: break-word;
}

.contact-details a:hover {
  color: #00a6ad !important;
}

/* =========================================
   USEFUL LINKS
========================================= */

.useful-links {
  width: 100%;
}

.useful-links h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;

  margin: 0 0 35px;

  position: relative;
}

.useful-links h3::after {
  content: "";

  position: absolute;
  left: 0;
  bottom: -12px;

  width: 50px;
  height: 3px;

  background: #00a6ad;
}

.useful-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 35px;
}

.useful-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.useful-links ul li {
  margin-bottom: 14px;
}

.useful-links ul li a {
  display: inline-flex;
  align-items: center;

  color: #ffffff;
  font-size: 16px;
  text-decoration: none;

  transition: all 0.3s ease;
}

.useful-links ul li a::before {
  content: "›";
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}

.useful-links ul li a:hover {
  color: #00a6ad;
  transform: translateX(4px);
}

/* =========================================
   TABLET - BELOW 992PX
========================================= */

@media only screen and (max-width: 991px) {
  .custom-footer {
    padding: 50px 0;
  }

  .footer-container {
    width: 92%;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .useful-links {
    grid-column: 1 / -1;
  }

  .useful-links-grid {
    max-width: 500px;
  }
}

/* =========================================
   MOBILE - BELOW 768PX
========================================= */

@media only screen and (max-width: 767px) {
  .custom-footer {
    padding: 40px 0;
  }

  .footer-container {
    width: 90%;

    display: grid;
    grid-template-columns: 1fr;

    gap: 40px;
  }

  .footer-about,
  .contact-info-box,
  .useful-links {
    width: 100%;
  }

  .useful-links {
    grid-column: auto;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-about h3 {
    font-size: 22px;
  }

  .contact-info-box h2 {
    font-size: 23px;
  }

  .contact-info-item {
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }

  .custom-footer .contact-icon {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
  }

  .custom-footer .contact-icon span {
    font-size: 19px !important;
  }

  .contact-details h4 {
    font-size: 17px;
  }

  .contact-details p,
  .contact-details a {
    font-size: 15px;
  }

  .useful-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* =========================================
   SMALL MOBILE - BELOW 480PX
========================================= */

@media only screen and (max-width: 480px) {
  .custom-footer {
    padding: 35px 0;
  }

  .footer-container {
    width: 92%;
    gap: 35px;
  }

  .footer-about p {
    font-size: 15px;
  }

  .social-icons a {
    width: 42px;
    height: 42px;
  }

  .contact-info-item {
    align-items: flex-start;
  }

  .custom-footer .contact-icon {
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
  }

  .custom-footer .contact-icon span {
    font-size: 17px !important;
  }

  .useful-links-grid {
    grid-template-columns: 1fr;
  }
}

/* Blog slider navigation */
.blog-slider .owl-nav .owl-prev,
.blog-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 60px !important;
  height: 60px !important;

  background: rgba(0, 0, 0, 0.25) !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;

  font-size: 0 !important; /* HIDE prev/next TEXT */
  color: transparent !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  z-index: 100;
}

/* Previous */
/* =========================
   DESKTOP
========================= */

.blog-slider .owl-nav .owl-prev {
  left: -70px;
}

.blog-slider .owl-nav .owl-next {
  right: -70px;
}

/* =========================
   SMALL DESKTOP / LAPTOP
========================= */

@media (max-width: 1200px) {
  .blog-slider .owl-nav .owl-prev {
    left: 0px;
  }

  .blog-slider .owl-nav .owl-next {
    right: 0px;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  .blog-slider .owl-nav .owl-prev {
    left: 0px;
  }

  .blog-slider .owl-nav .owl-next {
    right: 0px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .blog-slider .owl-nav .owl-prev {
    left: 0px;
  }

  .blog-slider .owl-nav .owl-next {
    right: 0px;
  }

  .blog-slider .owl-nav .owl-prev,
  .blog-slider .owl-nav .owl-next {
    width: 45px !important;
    height: 45px !important;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {
  .blog-slider .owl-nav .owl-prev {
    left: 0px;
  }

  .blog-slider .owl-nav .owl-next {
    right: 0px;
  }

  .blog-slider .owl-nav .owl-prev,
  .blog-slider .owl-nav .owl-next {
    width: 40px !important;
    height: 40px !important;
  }
}

/* Create arrows manually */
.blog-slider .owl-nav .owl-prev::after {
  content: "\2039";
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
}

.blog-slider .owl-nav .owl-next::after {
  content: "\203A";
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
}

/* Hover */
.blog-slider .owl-nav .owl-prev:hover,
.blog-slider .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.6) !important;
}

/* Bank Carousel */
.four-item-carousel {
  position: relative;
  display: block !important;
  width: 100%;
}

/* ===========================
   OUR BANKS RESPONSIVE
=========================== */

/* Card */
.four-item-carousel .case-block {
  padding: 15px;
}

.four-item-carousel .case-block .inner-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.four-item-carousel .case-block .inner-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Image */
.four-item-carousel .image {
  position: relative;
  width: 100%;
  height: 260px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.four-item-carousel .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.four-item-carousel .case-block:hover img {
  transform: scale(1.05);
}

/* Overlay */
.four-item-carousel .overlay-box {
  position: absolute;
  inset: 0;
  background: rgba(0, 174, 239, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}

.four-item-carousel .case-block:hover .overlay-box {
  opacity: 1;
  visibility: visible;
}

.four-item-carousel .overlay-inner {
  padding: 25px;
}

.four-item-carousel .content h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}

.four-item-carousel .content .text {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.four-item-carousel .read-more {
  color: #fff;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
  .four-item-carousel .image {
    height: 220px;
  }

  .four-item-carousel .content h3 {
    font-size: 22px;
  }

  .four-item-carousel .content .text {
    font-size: 14px;
  }
}
.four-item-carousel .image {
  height: 260px;
}

.four-item-carousel .image img {
  width: 100%;
  height: 100%;
}
.four-item-carousel .case-block .image img {
  width: 100%;

  height: 100%;
  object-fit: cover; /* instead of cover */
  background: #fff;
}

/*
.four-item-carousel .case-block {
  position: relative;
  display: block;
  width: 100%;
  padding:15px;
}

.four-item-carousel .case-block .inner-box {
  position: relative;
  display: block;
  width: 100%;
}

.four-item-carousel .case-block .image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.four-item-carousel .case-block .image img {
  display: block;
  width: 350px;
  height: 60%;
  object-fit: contain;
  background: #ffffff;
}

/* Overlay */
.four-item-carousel .overlay-box {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.7);

  opacity: 0;
  visibility: hidden;

  transition: all 0.3s ease;
}

.four-item-carousel .case-block:hover .overlay-box {
  opacity: 1;
  visibility: visible;
}

.four-item-carousel .overlay-inner {
  width: 100%;
  padding: 25px;
  text-align: center;
}

.four-item-carousel .content h3 a,
.four-item-carousel .content .text,
.four-item-carousel .read-more {
  color: #ffffff;
}

/* Mobile */
@media (max-width: 767px) {
  .four-item-carousel .case-block .image {
    height: 250px;
  }
}
*/

/* ==========================================
   CATEGORY NAME - BOTTOM
========================================== */

.services-section-two .service-block-three .caption {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;

  width: 100%;
  height: 70px;

  display: flex !important;
  align-items: center;
  justify-content: center;

  padding: 10px 15px;
  margin: 0 !important;

  background: rgba(0, 0, 0, 0.85);

  color: #ffffff !important;
  font-size: 20px;
  font-weight: 600;
  text-align: center;

  z-index: 2;

  transition: all 0.3s ease;
}

/* ==========================================
   HOVER OVERLAY
========================================== */

.services-section-two .service-block-three .overlay-box {
  position: absolute !important;

  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;

  width: 100% !important;
  height: 100% !important;

  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 30px 25px;

  background: rgba(0, 0, 0, 0.85);

  text-align: center;

  opacity: 0 !important;
  visibility: hidden !important;

  transform: translateY(20px);

  z-index: 5;

  transition: all 0.4s ease;
}

/* Show Overlay on Hover */

.services-section-two .service-block-three .inner-box:hover .overlay-box {
  opacity: 1 !important;
  visibility: visible !important;

  transform: translateY(0);
}

/* Hide caption on hover */

.services-section-two .service-block-three .inner-box:hover .caption {
  opacity: 0;
  visibility: hidden;
}

/* Image Zoom */

.services-section-two .service-block-three .inner-box:hover .image-box > img {
  transform: scale(1.08);
}

/* ==========================================
   OVERLAY TITLE
========================================== */

.services-section-two .service-block-three .overlay-box h6 {
  position: relative !important;

  margin: 0 0 15px !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;

  text-align: center;
}

/* ==========================================
   DESCRIPTION
========================================== */

.services-section-two .service-block-three .overlay-box .text {
  position: relative !important;

  margin: 0 0 20px !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-size: 15px;
  line-height: 1.6;

  text-align: center;
}

/* ==========================================
   READ MORE
========================================== */

.services-section-two .service-block-three .overlay-box .read-more {
  position: relative !important;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  margin: 0 !important;
  padding: 10px 20px !important;

  background: #00aeef;

  color: #ffffff !important;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none;

  border-radius: 3px;

  transition: all 0.3s ease;
}

.services-section-two .service-block-three .overlay-box .read-more span {
  margin-left: 8px;
}

.services-section-two .service-block-three .overlay-box .read-more:hover {
  background: #ffffff;
  color: #222222 !important;
}

/* ==========================================
   TABLET
========================================== */

@media only screen and (max-width: 991px) {
  .services-section-two {
    padding: 60px 0;
  }

  .services-section-two .service-block-three .image-box {
    height: 280px;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media only screen and (max-width: 767px) {
  .services-section-two {
    padding: 50px 0;
  }

  .services-section-two .sec-title {
    margin-bottom: 35px;
  }

  .services-section-two .service-block-three .image-box {
    height: 260px;
  }

  .services-section-two .service-block-three .caption {
    height: 60px;
    font-size: 18px;
  }

  .services-section-two .service-block-three .overlay-box {
    padding: 20px;
  }

  .services-section-two .service-block-three .overlay-box h6 {
    font-size: 20px;
  }
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media only screen and (max-width: 480px) {
  .services-section-two .service-block-three .image-box {
    height: 240px;
  }
}

/* ==================================
   OUR BANKS CAROUSEL ARROWS
================================== */

.four-item-carousel {
  position: relative;
}

/* Prev and Next Button */
.four-item-carousel .owl-nav .owl-prev,
.four-item-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 55px !important;
  height: 55px !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.35) !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;

  /* Hide prev / next text */
  font-size: 0 !important;
  color: transparent !important;

  z-index: 99;
  cursor: pointer;
}

/* Position */
/* Responsive / Dynamic Arrow Position */
.four-item-carousel .owl-nav .owl-prev {
  left: clamp(5px, 2vw, 30px);
}

.four-item-carousel .owl-nav .owl-next {
  right: clamp(5px, 2vw, 30px);
}

/* Create LEFT arrow */
.four-item-carousel .owl-nav .owl-prev::after {
  content: "\2039";
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
}

/* Create RIGHT arrow */
.four-item-carousel .owl-nav .owl-next::after {
  content: "\203A";
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
}

/* Hover */
.four-item-carousel .owl-nav .owl-prev:hover,
.four-item-carousel .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.7) !important;
}

/* Tablet */
@media (max-width: 991px) {
  .four-item-carousel .owl-nav .owl-prev {
    left: 10px;
  }

  .four-item-carousel .owl-nav .owl-next {
    right: 10px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .four-item-carousel .owl-nav .owl-prev,
  .four-item-carousel .owl-nav .owl-next {
    width: 45px !important;
    height: 45px !important;
  }

  .four-item-carousel .owl-nav .owl-prev {
    left: 5px;
  }

  .four-item-carousel .owl-nav .owl-next {
    right: 5px;
  }

  .four-item-carousel .owl-nav .owl-prev::after,
  .four-item-carousel .owl-nav .owl-next::after {
    font-size: 30px;
  }
}

/* Full Screen Modal */
.loan-modal {
  display: none;
  position: fixed;
  inset: 0;

  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;

  justify-content: center;
  align-items: center;

  padding: 20px;
  box-sizing: border-box;

  overflow-y: auto;
}

/* Modal Box */
.loan-modal-content {
  position: relative;

  width: 100%;
  max-width: 950px;

  /* REMOVE INTERNAL SCROLL */
  max-height: none;
  overflow: visible;

  background: #ffffff;
  padding: 30px;

  border-radius: 10px;
  box-sizing: border-box;
}

/* Heading */
.loan-modal-content h2 {
  text-align: center;
  font-size: 38px;
  margin: 0 0 25px;
}

/* Close Button */
.loan-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;

  font-size: 30px;
  font-weight: bold;
  cursor: pointer;

  z-index: 10;
}

/* Make inputs smaller */
.loan-modal-content input,
.loan-modal-content select {
  height: 60px;
  padding: 10px 15px;
}

/* Make textarea smaller */
.loan-modal-content textarea {
  min-height: 110px;
  max-height: 110px;
  padding: 15px;
}

/* Reduce form spacing */
.loan-modal-content .form-group {
  margin-bottom: 15px;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .loan-modal {
    align-items: flex-start;
    padding: 10px;
  }

  .loan-modal-content {
    padding: 25px 15px;
    margin: 10px 0;
  }

  .loan-modal-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .loan-modal-content .form-group {
    width: 100%;
  }

  .loan-modal-content input,
  .loan-modal-content select {
    height: 52px;
  }
}

/* =========================================
   LOAN MODAL
========================================= */

.loan-modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;

  justify-content: center;
  align-items: center;

  padding: 20px;
  box-sizing: border-box;

  overflow-y: auto;
}

/* Modal Content */
.loan-modal-content {
  position: relative;

  width: 95%;
  max-width: 950px;

  background: #ffffff;

  padding: 30px 35px;
  margin: auto;

  border-radius: 10px;
  box-sizing: border-box;

  /* No scrollbar inside white box */
  max-height: none;
  overflow: visible;
}

/* Heading */
.loan-modal-content h2 {
  width: 100%;
  text-align: center;

  font-size: 36px;
  line-height: 1.2;

  color: #555;

  margin: 0 0 30px;
}

/* Close Button */
.loan-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;

  font-size: 30px;
  line-height: 1;

  cursor: pointer;
  z-index: 100;
}

/* =========================================
   FORM ROW
========================================= */

.loan-modal-content form .row {
  display: flex !important;
  flex-wrap: wrap !important;

  margin-left: -10px !important;
  margin-right: -10px !important;
}

/* Each Form Field */
.loan-modal-content .form-group {
  width: 50% !important;

  padding-left: 10px !important;
  padding-right: 10px !important;

  margin-bottom: 18px !important;

  box-sizing: border-box;
}

/* Full Width Fields */
.loan-modal-content .form-group.full-width,
.loan-modal-content .full-width {
  width: 100% !important;
}

/* =========================================
   INPUTS
========================================= */

.loan-modal-content .form-group input,
.loan-modal-content .form-group select,
.loan-modal-content .form-group textarea {
  display: block;

  width: 100% !important;

  margin: 0 !important;

  border: 1px solid #ddd;
  border-radius: 5px;

  box-sizing: border-box;

  font-size: 16px;
}

/* Input and Select */
/* Smaller input and select boxes */
.loan-modal-content .form-group input,
.loan-modal-content .form-group select {
  height: 45px !important;
  padding: 0 15px !important;
  font-size: 15px !important;
}

/* Reduce gap between fields */
.loan-modal-content .form-group {
  margin-bottom: 10px !important;
}

/* Smaller textarea */
.loan-modal-content .form-group textarea {
  height: 80px !important;
  min-height: 80px !important;
  padding: 12px 15px !important;
  font-size: 15px !important;
}

/* Reduce modal padding */
.loan-modal-content {
  padding: 20px 30px !important;
}

/* Smaller heading and spacing */
.loan-modal-content h2 {
  font-size: 30px !important;
  margin-bottom: 20px !important;
}

/* Smaller submit button */
.loan-modal-content .submit-btn {
  padding: 10px 25px !important;
  font-size: 15px !important;
}

/* Textarea */
.loan-modal-content .form-group textarea {
  height: 54px !important;
  min-height: 61px !important;

  padding: 15px 18px !important;

  resize: vertical;
}

/* Submit Button */
.loan-modal-content .submit-btn {
  display: inline-block;

  padding: 13px 30px;

  background: #007bff;
  color: #ffffff;

  border: none;
  border-radius: 5px;

  font-size: 16px;

  cursor: pointer;
}

/* =========================================
   TABLET
========================================= */

@media only screen and (max-width: 991px) {
  .loan-modal {
    align-items: flex-start;
  }

  .loan-modal-content {
    max-width: 800px;
    margin: 20px auto;
    padding: 30px 25px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media only screen and (max-width: 767px) {
  .loan-modal {
    padding: 10px;
    align-items: flex-start;
  }

  .loan-modal-content {
    width: 100%;
    margin: 10px 37px;
    padding: 30px 30px 30px 30px;
  }

  .loan-modal-content h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  /* One field per row */
  .loan-modal-content .form-group {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 15px !important;
  }

  .loan-modal-content .form-group input,
  .loan-modal-content .form-group select {
    height: 25px !important;
  }
}
/* =========================================
   BANK CATEGORY GRID
========================================= */

.bank-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 288px);
  justify-content: space-between;
  gap: 70px 40px;

  width: 100%;
  margin-top: 40px;
}

/* =========================================
   CARD
========================================= */

.bank-category-grid .partner-block {
  width: 288px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.bank-category-grid .partner-block > a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.bank-category-grid .partner-block .inner-box {
  position: relative !important;

  width: 100% !important;
  height: 510px !important;

  margin: 0 !important;
  padding: 0 20px 25px !important;

  background: #ffffff;

  border-radius: 12px;
  overflow: hidden;

  text-align: center;

  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Hover Effect */

.bank-category-grid .partner-block .inner-box:hover {
  transform: translateY(-7px);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.14);
}

/* =========================================
   IMAGE SECTION
========================================= */

.bank-category-grid .partner-block .icon-box {
  position: relative !important;

  top: auto !important;
  left: auto !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  width: calc(100% + 40px) !important;
  height: 105px !important;

  margin: 0 -20px 30px !important;

  padding: 30px !important;

  background: #ffffff;

  border-bottom: 1px solid #eeeeee;

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* Logo */

.bank-category-grid .partner-block .icon-box img {
  display: block !important;

  width: auto !important;
  height: auto !important;

  max-width: 287px !important;
  max-height: 155px !important;

  object-fit: contain;

  margin: auto;
}

/* =========================================
   CATEGORY NAME
========================================= */

.bank-category-grid .partner-block h4 {
  position: static !important;

  margin: 0 0 15px !important;
  padding: 0 !important;

  color: #00aeef;

  font-size: 25px !important;
  font-weight: 700;
  line-height: 1.25;

  text-align: center;
}

/* =========================================
   BANK NAMES
========================================= */

.bank-category-grid .partner-block .designation {
  position: static !important;

  margin: 0 0 20px !important;
  padding: 0 !important;

  color: #222222;

  font-size: 17px !important;
  font-style: italic;

  line-height: 1.5;

  text-align: center;
}

/* =========================================
   DESCRIPTION
========================================= */

.bank-category-grid .partner-block .text {
  position: static !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #444444;

  font-size: 16px !important;
  line-height: 1.7;

  text-align: center;

  overflow-wrap: break-word;
  word-break: normal;
}

/* =========================================
   LARGE TABLET - 2 CARDS
========================================= */

@media (max-width: 991px) {
  .bank-category-grid {
    grid-template-columns: repeat(2, 288px);

    justify-content: space-around;

    gap: 40px 25px;
  }
}

/* =========================================
   MOBILE - 1 CARD
========================================= */

@media (max-width: 767px) {
  .bank-category-grid {
    grid-template-columns: minmax(0, 320px);

    justify-content: center;

    gap: 30px;
  }

  .bank-category-grid .partner-block {
    width: 100% !important;
    max-width: 320px !important;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {
  .bank-category-grid {
    grid-template-columns: 1fr;
  }

  .bank-category-grid .partner-block {
    max-width: 100% !important;
  }
}

.scroll-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 55px;
  height: 55px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  z-index: 999;
}

.scroll-to-top:hover {
  background: #000;
  transform: translateY(-5px);
}

.map-embed {
  overflow: hidden;
  height:667px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.map-embed iframe {
  width: 100%;
  height: 667px;
  border: 0;
  display: block;
}
.footer-logo-link {
  display: inline-block;
  text-decoration: none;
}

.footer-logo {
  transform: scale(1.7);
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.8);
  opacity: 0.9;
}

.footer-logo-link {
  display: inline-block;
}

.footer-logo {
  width: 220px; /* Desktop size */
  height: auto;
  display: block;
  transition: 0.3s ease;
  cursor: pointer;
}

.footer-logo:hover {
  transform: scale(1.05);
}

/* Tablet */
@media (max-width: 992px) {
  .footer-logo {
    width: 190px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .footer-logo {
    width: 170px;
  }
}

/* Small Mobile */

@media (max-width: 768px) {
  .footer-logo {
    width: 220px;
  }
}

/* Blog Card */
.news-block .inner-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid green;
  background: #fff;
}

/* Same Image Size */
.news-block .image img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  display: block;
}

/* Content */
.news-block .lower-content {
  display: flex;
  flex-direction: column;
  padding: 25px;
  flex: 1;
}

/* Same Title Height */
.news-block .lower-content h3 {
  height: 72px;
  overflow: hidden;
  line-height: 36px;
  margin-bottom: 15px;
}

/* Same Description Height */
.news-block .lower-content .text {
  height: 120px;
  overflow: hidden;
  line-height: 30px;
}

/* Push Date to Bottom */
.news-block .lower-content .post-date {
  margin-top: auto;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

/* Equal Height Service Cards */
.services-section .row.clearfix {
  display: flex;
  flex-wrap: wrap;
}

.services-section .services-block {
  display: flex;
  margin-bottom: 40px;
}

.services-section .services-block .inner-box {
  display: flex;
  width: 100%;
}

.services-section .services-block .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 390px; /* Adjust if needed */
  padding: 60px 30px 30px;
  position: relative;
}

/* Title */
.services-section .services-block h5 {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Description */
.services-section .services-block .text {
  flex: 1;
  overflow: hidden;
  line-height: 1.8;
  text-align: left;
  
}

/* Read More Button always at bottom */
.services-section .services-block .theme-btn {
  margin-top: 16px;
  align-self: center;
}

/* ===========================
   BANK CATEGORY
=========================== */

.services-section-two {
  padding: 0px 0;
}

.service-block-three {
  margin-bottom: 30px;
}

.service-block-three .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.service-block-three .image-box {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.service-block-three .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.service-block-three:hover img {
  transform: scale(1.08);
}

.service-block-three .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.65);

  color: #fff;
  font-size: 20px;
  font-weight: 700;

  transition: 0.4s;
}

.service-block-three .overlay-box {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 25px;

  background: rgba(0, 0, 0, 0.88);

  opacity: 0;
  visibility: hidden;

  transition: 0.4s;

  text-align: center;
}

.service-block-three:hover .overlay-box {
  opacity: 1;
  visibility: visible;
}

.service-block-three:hover .caption {
  opacity: 0;
}

.service-block-three .overlay-box h6 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.service-block-three .overlay-box .text {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin: 15px 0 25px;

  display: block;
  overflow: visible;
  white-space: normal;
  height: auto;
  max-height: none;
}

.service-block-three .overlay-box .read-more {
  padding: 12px 28px;
  background: #00aeef;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

*{
    font-family: Arial, sans-serif;
}

/*==========================================
    COUNTER SECTION
==========================================*/

.fact-counter-section{
    padding:80px 0;
    background:#f8fbff;
}

.counter-column{
    margin-bottom:30px;
}

.counter-column .inner{
    background:#fff;
    padding:35px 25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.counter-column .inner:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.counter-icon{
    width:120px;
    height:120px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#eef8ff;
    border:3px solid #13b5ea;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

.counter-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:.4s;
}

.counter-column .inner:hover .counter-icon img{
    transform:scale(1.1);
}

.count-outer,
.count-text{
    font-size:48px;
    font-weight:700;
    color:#222;
}

.counter-title{
    margin-top:10px;
    font-size:20px;
    font-weight:600;
    color:#13b5ea;
}


/*==========================================
    FEATURE BLOCK ICON
==========================================*/

.featured-block .feature-inner{
    position:relative;
    padding-left:50px;
    min-height:100px;
}

.featured-block .feature-inner .icon-box{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:80px;
    height:80px;
    border-radius:50%;
    background:#eef8ff;
    border:3px solid #13b5ea;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

.featured-block .feature-inner .icon-box img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:.4s;
}

.featured-block .feature-inner:hover .icon-box img{
    transform:scale(1.1);
}


/*==========================================
    RESPONSIVE
==========================================*/

/* Laptop */

@media (max-width:1200px){

    .counter-icon{
        width:100px;
        height:100px;
    }

    .count-outer,
    .count-text{
        font-size:40px;
    }

    .counter-title{
        font-size:18px;
    }

    .featured-block .feature-inner{
        padding-left:30px;
    }

    .featured-block .feature-inner .icon-box{
        width:75px;
        height:75px;
    }

}

/* Tablet */

@media (max-width:991px){

    .fact-counter-section{
        padding:60px 0;
    }

    .counter-column{
        margin-bottom:25px;
    }

    .counter-column .inner{
        padding:30px 20px;
    }

    .counter-icon{
        width:90px;
        height:90px;
    }

    .count-outer,
    .count-text{
        font-size:36px;
    }

    .counter-title{
        font-size:18px;
    }

    .featured-block .feature-inner{
        padding-left:25px;
    }

    .featured-block .feature-inner .icon-box{
        width:70px;
        height:70px;
    }

}

/* Mobile */

@media (max-width:767px){

    .fact-counter-section{
        padding:0px 0;
    }

    .counter-column{
        margin-bottom:20px;
    }

    .counter-column .inner{
        padding:25px 15px;
    }

    .counter-icon{
        width:80px;
        height:80px;
    }

    .count-outer,
    .count-text{
        font-size:30px;
    }

    .counter-title{
        font-size:16px;
    }

    .featured-block .feature-inner{
        padding-left:20px;
        min-height:90px;
    }

    .featured-block .feature-inner .icon-box{
        width:60px;
        height:60px;
    }

}

/* Small Mobile */

@media (max-width:575px){

    .counter-icon{
        width:70px;
        height:70px;
    }

    .count-outer,
    .count-text{
        font-size:26px;
    }

    .counter-title{
        font-size:15px;
        line-height:22px;
    }

    .featured-block .feature-inner{
        padding-left:15px;
        min-height:80px;
    }

    .featured-block .feature-inner .icon-box{
        width:55px;
        height:55px;
    }

}


.owner-section{
    padding:80px 0;
    background:#f8fbff;
}

.owner-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
    margin-bottom:30px;
}

.owner-card:hover{
    transform:translateY(-8px);
}

.owner-card img{
    width:180px;
    height:180px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid #13b5ea;
    margin-bottom:20px;
}

.owner-card h4{
    font-size:24px;
    margin-bottom:5px;
}

.owner-card span{
    color:#13b5ea;
    font-weight:600;
    display:block;
    margin-bottom:15px;
}

.owner-card p{
    color:#666;
    line-height:28px;
}
.designation{
    display:block;
    color:#13b5ea;
    font-size:18px;
    font-weight:600;
    margin-top:8px;
}

.owner-phone{
    margin:12px 0 18px;
}

.owner-phone a{
    color:#222;
    font-size:17px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.owner-phone a:hover{
    color:#13b5ea;
}

