@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --white-color: #ffffff;
  --theme-color: #2b4742;
  --grey-color: #e2dfd6;
  --light-grey-color: #cacaca;
  --dark-grey-color: #d9d9d9;
  --orange-color: #f15929;
  --light-orange-color: #ef7559;
  --black-color: #000000;
}

/* color setup */
.z-1 {
  z-index: 1;
}

.text-white {
  color: var(--white-color);
}

.text-theme {
  color: var(--theme-color);
}

.text-grey {
  color: var(--grey-color);
}

.text-light-grey {
  color: var(--light-grey-color);
}

.text-dark-grey {
  color: var(--dark-grey-color);
}

.text-orange {
  color: var(--orange-color);
}

.text-light-orange {
  color: var(--light-orange-color);
}

.text-black {
  color: var(--black-color);
}

.bg-white {
  background-color: var(--white-color);
}

.bg-theme {
  background-color: var(--theme-color);
}

.bg-grey {
  background-color: var(--grey-color);
}

.bg-light-grey {
  background-color: var(--light-grey-color);
}

.bg-dark-grey {
  background-color: var(--dark-grey-color);
}

.bg-orange {
  background-color: var(--orange-color);
}

.bg-light-orange {
  background-color: var(--light-orange-color);
}

.bg-black {
  background-color: var(--black-color);
}

/* comman css starts */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #3a3a3a;
  font-family: "Lato", sans-serif;
}

.lato-sans {
  font-family: "Lato", sans-serif;
}

.noto-serif {
  font-family: "Lato", sans-serif;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

h1,
.h1,
h2,
.h2 {
  font-size: 4.8rem;
  line-height: 5.2rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

h3,
.h3 {
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

h4,
.h4 {
  font-size: 2.4rem;
  line-height: 2.7rem;
}

h5,
.h5 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 500;
}

h6,
.h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.theme-btn {
  background-color: #0e9789;
  border: 1px solid #0e9789;
  color: var(--white-color);
  font-size: 1.8rem;
  line-height: 1.6rem;
  font-weight: 400;
  padding: 1.4rem;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  min-width: 26rem;
}

.theme-btn2 {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.form-control {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  padding: 1.2rem 1.4rem;
  color: #575757;
  border: 2px solid var(--theme-color);
  border-radius: 0;
  background-color: var(--white-color);
}

:focus-visible,
.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--theme-color);
}

.form-control::-webkit-input-placeholder {
  color: var(--white-color);
}

.form-control::-moz-placeholder {
  color: var(--white-color);
}

.form-control:-ms-input-placeholder {
  color: var(--white-color);
}

.form-control:-moz-placeholder {
  color: var(--white-color);
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  text-decoration: none;
}

/* comman css ends */
/* scrollbar css starts */

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(198, 198, 198);
}

/* matrimony css */

body {
  margin: 0;
  padding: 0;
}

/* TOPBAR */
.topbar {
  background: #f2f4fb;
  padding: 15px 110px;
  border-bottom: 0px solid #ddd;
}

.language-list {
  display: flex;
  justify-content: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-menulist {
  gap: 20px;
}

.language-list li a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3%;
  font-family: "Lato", sans-serif;
}

.language-list li a:hover {
  text-decoration: underline;
}

.recent-post a:hover {
  color: #e8621a;
}

.footer-links a:hover {
  color: #e8621a !important;
}

.page-item .page-link:hover {
  color: #000;
}

/* HEADER */
.main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 12px 110px;
}

.sticky-header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
}

.navbar-brand img {
  height: 38px;
}

/* MENU */
.navbar-nav .nav-link {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 15px;
  letter-spacing: 0.3px;
  line-height: 18px;
}

.navbar-nav .nav-link:hover {
  color: #f58220;
}

.nav-link.active {
  color: #e06506 !important;
  font-weight: 500;
}

/* LOGIN BUTTON */
.login-btn {
  border: 1px solid #e06506;
  color: #e06506;
  /* padding: 2px 22px; */
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  width: 87px;
  height: 31px;
  font-size: 15px;
  font-weight: 700;
  /* line-height: 100%; */
  vertical-align: middle;
  text-align: center;
}

.login-btn:hover {
  background: #f58220;
  color: #fff;
}

/* MOBILE SEARCH */
.mobile-search i {
  font-size: 20px;
}

/* OVERLAY */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/*Close Menu*/
.closemenu {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #000;
}

/* SHOW OVERLAY */
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.matchmaking-banner {
  position: relative;
  width: 100%;
  height: 377px;

  /* Background Image */
  background: url("../images/matrimony-banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -200px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

/* Dark Overlay */
.matchmaking-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Content */
.banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 60%;
}

.banner-content h1 {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1%;
  margin-top: 30px !important;
  font-style: normal;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

/* Breadcrumb Section */
.breadcrumb-section {
  background: #fff;
  padding: 30px 110px;
  border-bottom: 0px solid #e5e5e5;
}

.custom-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.custom-breadcrumb li {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

.custom-breadcrumb li a {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease;
  letter-spacing: 3%;
}

.custom-breadcrumb li a:hover {
  color: #000;
}

.custom-breadcrumb .active {
  color: #000;
}

.blog-section {
  background: linear-gradient(to bottom, #ffffff 0%, #effff7 100%);
  background-attachment: fixed;
  padding: 20px 110px;
  padding-bottom: 40px !important; /*edited*/
}

.section-title {
  color: #000000;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 3%;
  padding-right: 95px;
}

/* Links Styling */
.view-all-link,
.read-more-link {
  color: #e06506;
  font-size: 0.9rem;
  transition: color 0.2s ease;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.view-all-link:hover,
.read-more-link:hover {
  color: #e06506;
}

/* Customizing Cards */
.custom-card {
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0 2px 12px rgb(166 166 166 / 55%) !important;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.custom-card .card-img-top {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  object-position: left center;
}

.blog-cardbg {
  background-image: url("../images/Blog-img.jpg");
}

.card-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.card-meta {
  font-size: 13px;
}

.card-title {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 3%;
  font-weight: 900;
}

.card-text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 3%;
  color: #000 !important;
}

/* Sidebar */
.sidebar-box {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  margin-bottom: 25px;
  border: 0px solid #eee;
  box-shadow: 0 2px 12px rgb(166 166 166 / 55%) !important;
}

.sidebar-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 3%;
}

.search-box input {
  border-radius: 4px;
  padding: 8px 25px;
  border: 1px solid #777777;
  height: 40px;
  color: #000;
}

.search-wrap {
  position: relative;
}

.search-wrap i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 16px;
}

.search-popup {
  position: absolute;
  top: 55px;
  right: -36px;
  background: #fff;
  padding: 5px;
  width: 350px;
  z-index: 999;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 375px) {
  .search-popup {
    right: -45px;
  }
}

.recent-post {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.recent-post:last-child {
  border-bottom: 0px solid #cfd2dc;
  padding-bottom: 0px;
}

.recent-post a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 18px;
  letter-spacing: 3%;
}

.recent-post span {
  font-size: 12px;
  color: #999;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  border: 1px solid #aaaaaa;
  padding: 8px 14px;
  border-radius: 20px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  transition: 0.3s;
  line-height: 24px;
  letter-spacing: 3%;
  font-weight: 400;
}

.tag:hover {
  background: #f7941d;
  color: #fff;
  border-color: #f7941d;
}

/* Pagination */
.custom-pagination {
  margin-top: 0px;
}

.page-link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #000;
  font-weight: 400;
  background: #fff;
  margin: 0 5px;
  font-size: 16px;
}

.page-item.active .page-link {
  background: #ffe6d3;
  color: #000000;
  border-radius: 50%;
}

.toplist-paginate {
  justify-content: end;
  margin-top: auto;
  padding-top: 40px;
}

.toplist-section {
  padding: 20px 110px;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }

  .blog-title {
    font-size: 20px;
  }
}

/* ── About Matrimony section Section wrapper ── */
.bm-section {
  background: #fef9f7;
  padding: 40px 110px;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
}

.about-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.about-logo svg {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.about-logo h2 {
  font-size: 35px;
  font-weight: 900;
  color: #000;
  margin: 0;
  letter-spacing: 3%;
  line-height: 60px;
}

.about-text {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  /* max-width: 440px; */
  font-weight: 400;
  letter-spacing: 3%;
}

.form-card {
  background: #2bb051;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  max-width: 380px;
  width: 100%;
  margin-left: auto;
}

.form-card-header {
  background: linear-gradient(135deg, #2bb051 0%, #2bb051 100%);
  padding: 20px 28px;
  text-align: center;
  border-radius: 18px 18px 0 0;
}

.form-card-header p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3%;
  line-height: 100%;
}

.form-card-inner {
  background: #ffffff;
  border-radius: 18px 18px 0 0 !important;
}

.form-card-body {
  padding: 24px 24px 22px;
  border-radius: 50px 18px 0 0 !important;
}

.form-card-body .tagline {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 22px;
}

.bm-select,
.bm-input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 15px;
  color: #000000;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: border-color 0.2s;
}

.bm-select:focus,
.bm-input:focus {
  border-color: #2d9e4f;
}

.select-wrap {
  position: relative;
  margin-bottom: 14px;
}

.bm-select {
  padding-right: 40px;
}

.select-wrap .chevron-box,
.phone-country .chevron-box {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.select-wrap .chevron-box svg,
.phone-country .chevron-box svg {
  width: 14px;
  height: 14px;
}

.name-wrap {
  margin-bottom: 14px;
}

.phone-row {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.phone-country {
  position: relative;
  flex: 0 0 88px;
}

.phone-country select {
  width: 100%;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 8px 32px 8px 12px;
  font-size: 15px;
  color: #333;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: border-color 0.2s;
}

.phone-country select:focus {
  border-color: #2d9e4f;
}

.phone-number {
  flex: 1;
}

.btn-register {
  width: 100%;
  background: #e06506;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 8px 22px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 3%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
}

.btn-register:hover {
  background: #cf5415;
  transform: translateY(-1px);
}

.btn-register:active {
  transform: translateY(0);
}

.btn-register svg {
  width: 30px;
  height: 24px;
}

.btn-register svg path {
  stroke-width: 1;
}

.bm-search-input::placeholder {
  font-size: 16px;
  color: #575757 !important;
  opacity: 1;
}

.disclaimer {
  text-align: center;
  font-size: 11px;
  color: #818b96;
  margin-top: 15px;
  margin-bottom: 0;
}

.disclaimer a {
  color: #999;
  text-decoration: underline;
}

/* ── Footer Section ── */
.bm-footer {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  padding: 0px 110px;
}

.footer-top {
  padding: 36px 0 28px;
  border-bottom: 1px solid #ddd;
}

.footer-col-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  letter-spacing: 3%;
}

.footer-links {
  list-style: none;
  line-height: 30px;
  padding: 0;
  margin: 0 0 20px;
}

.footer-links li {
  margin-bottom: 0px;
}

.footer-links a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 30px;
  letter-spacing: 3%;
  font-weight: 400;
}

.footer-links a:hover {
  color: #000;
}

.footer-links a.highlight {
  color: #e8621a;
  font-weight: 400;
}

.footer-links-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 20px;
  list-style: none;
  line-height: 30px;
  padding: 0;
  margin: 0 0 20px;
}

.footer-links-2col a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 400;
  letter-spacing: 3%;
}

.footer-links-2col a:hover {
  color: #e8621a;
}

.download-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 12px;
}

.download-label {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #000000;
  border-radius: 24px;
  padding: 7px 25px;
  background: #f5f5f5;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  white-space: nowrap;
}

.store-btn:hover {
  border-color: #999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
}

.store-btn svg {
  flex-shrink: 0;
}

.col-divider {
  border-right: 1px solid #ddd;
}

.footer-bottom {
  padding: 20px 0;
  background: #f5f5f5;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
}

.footer-copy,
.footer-copy span {
  font-size: 13px;
  color: #000;
  line-height: 22px;
  max-width: 350px;
  letter-spacing: 3%;
}

.footer-copy span {
  float: left;
}

.limca-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.limca-logo {
  width: 55px;
  height: 55px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.limca-text {
  font-size: 13px;
  color: #000;
  line-height: 18px;
  letter-spacing: 3%;
}

.limca-text strong {
  color: #000000;
  font-weight: 400;
}

.iso-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.iso-circle {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}

.iso-text {
  font-size: 13px;
  color: #000000;
  line-height: 18px;
  letter-spacing: 3%;
}

.iso-text strong {
  color: #000000;
  font-weight: 400;
}

.social-block {
  text-align: right;
}

.social-label {
  font-size: 13px;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 3%;
}

.social-icons {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.social-icon {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s;
}

.social-icon:hover {
  opacity: 0.8;
}

.social-icon img {
  width: 20px;
  height: 20px;
}

.footer-middletext {
  padding-right: 50px !important;
  padding-left: 100px !important;
}

.footer-1strow-lastcolumn {
  padding-left: 100px !important;
}

.mobile-viewall,
.hidedesktop {
  display: none;
}

.search-autocomplete-wrap {
  position: relative;
}

.bm-search-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: #999;
  z-index: 10;
}

.search-suggestions-list {
  display: none;
}

.search-autocomplete-wrap .form-control {
  padding-left: 42px;
}

.search-autocomplete-wrap .bi-search {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #777;
  font-size: 15px;
}

.search-suggestions-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid #ececec;
  z-index: 9999;
  display: none;
  overflow: hidden;
  max-height: 320px;
  overflow-y: auto;
}

.search-suggestions-list::-webkit-scrollbar {
  width: 6px;
}

.search-suggestions-list::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 20px;
}

.search-suggestion-item {
  padding: 14px 18px;
  font-size: 15px;
  line-height: 1.4;
  color: #222;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f3f3f3;
}

.search-suggestion-item:last-child {
  border-bottom: 0;
}

.search-suggestion-item:hover,
.search-suggestion-item.active {
  background: #f7f7f7;
  padding-left: 24px;
  color: #000;
}

.search-suggestion-empty {
  padding: 14px 18px;
  color: #888;
  font-size: 14px;
}

@media (max-width: 767px) {
  .search-suggestions-list {
    border-radius: 12px;
  }

  .search-suggestion-item {
    padding: 12px 16px;
    font-size: 14px;
  }

  .search-box input {
    border: 0;
  }
}

.details-section-bg {
  width: 100%;
  background: url("../images/Blog-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 440px;
}

.details-card-meta {
  padding: 10px 0px;
  gap: 40px;
}

@media (max-width: 767px) {
  .details-card-meta {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    align-items: start !important;
  }

  .details-card-meta span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.details-content {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3%;
  font-weight: 400;
  color: #000;
  margin-top: 20px;
}

.section-title-center {
  font-size: 24px;
  text-align: center;
}

.section-subtitle-center {
  text-align: center;
  font-size: 16px;
  color: #000;
}

.fields-row {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.fields-row > div {
  flex: 1;
}

.fields-row .phone-row {
  display: flex;
  gap: 12px;
}

.fields-row .phone-country {
  width: 90px;
  flex-shrink: 0;
}

.fields-row .phone-number {
  flex: 1;
}

.fields-row .bm-select,
.fields-row .bm-input,
.fields-row .phone-country select,
.fields-row .btn-register {
  width: 100%;
}

.fields-row .select-wrap,
.fields-row .name-wrap,
.fields-row .phone-row {
  margin-bottom: 0;
}

.fields-row .bm-select,
.fields-row .bm-input,
.fields-row .phone-country select {
  background: transparent;
}

.fields-row .btn-register {
  position: relative;
  top: 15px;
}

.fields-row .disclaimer {
  font-size: 10px;
  position: relative;
  top: 5px;
}

/* Responsive */
@media (max-width: 991px) {
  .fields-row {
    flex-direction: column;
  }

  .fields-row > div {
    width: 100%;
  }

  .fields-row .btn-register {
    top: 0;
  }

  .fields-row .disclaimer {
    top: 0;
  }
}

.section-sm-title {
  font-size: 26px;
  font-weight: 500;
}

.section-contact-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0%;
  margin-top: 25px;
}

.contact-row {
  margin: 20px 0px;
  width: 100%;
  float: left;
}

.contact-item {
  width: 30%;
  float: left;
}

.contact-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.88rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

.icon-phone,
.icon-gmail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 35px;
  flex-shrink: 0;
  margin-right: 10px;
}

.icon-phone svg {
  width: 34px;
  height: 34px;
}

.contact-value {
  font-size: 1.88rem;
  color: #222;
  font-weight: 400;
  margin-left: 50px;
  margin-top: -10px;
}

.bg-white-section {
  background: #fff !important;
}

.insta-section {
  margin-bottom: 50px;
}

.insta-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
}

.insta-header-line {
  flex: 1;
  height: 1px;
  background-color: #cfd2dc;
  position: relative;
  top: -15px;
}

.insta-header-left h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 38px;
  margin: 0;
  letter-spacing: 0%;
}

.insta-header-left img {
  position: relative;
  top: 10px;
}

.insta-brand, .insta-header-left {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  position: relative;
  top: 11px;
}

.insta-brand-logo {
  width: 28px;
  height: 28px;
  margin-top: 2px;
  flex-shrink: 0;
}

.insta-brand-info {
  display: flex;
  flex-direction: column;
  line-height: 24px;
}

.insta-brand-name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 3%;
  margin-bottom: 8px;
}

.insta-brand-count {
  font-size: 2.1rem;
  font-weight: 700;
  color: #000;
  text-align: right;
  margin-top: 0;
}

.insta-brand-followers {
  font-size: 1.5rem;
  color: #888;
  text-align: right;
}

.insta-cards #sb_instagram #sbi_images {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px !important;
}

.insta-cards #sb_instagram .sbi_item {
  width: 100% !important;
  padding: 0 !important;
}

.insta-cards #sb_instagram .sbi_photo_wrap {
  width: 100%;
}

.insta-cards #sb_instagram .sbi_photo {
  height: 420px !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .insta-cards #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .insta-cards #sb_instagram #sbi_images {
    grid-template-columns: 1fr;
  }
}

.lock-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lock-icon svg {
  width: 12px;
  height: 12px;
  fill: #555;
}

.insta-card-meta {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 8px 0 5px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #000;
}

.meta-item svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #555;
  stroke-width: 1.8;
}

.insta-card-caption {
  font-size: 1.58rem;
  color: #000;
  line-height: 28px;
  margin: 0;
  font-weight: 600;
}

.insta-card-caption .hashtags {
  color: #000;
  font-weight: 600;
}

/*Testmonial css start*/
.testimonial-card {
  background: #ffffff;
  border: 0px solid #e8e8e8;
  border-radius: 6px;
  width: 100%;
  max-width: 90%;
}

.testimonial-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 30px;
  row-gap: 15px;
  align-items: start;
}

.avatar-wrap {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 186px;
  height: 186px;
  align-self: start;
}

.avatar-wrap img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.testimonial-name {
  grid-column: 2;
  grid-row: 1;
  font-size: 28px;
  font-weight: 900;
  color: #000;
  margin: 0;
  line-height: 1.4;
  align-self: center;
}

.testimonial-text {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  grid-column: 2;
  grid-row: 2;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.testimonial-card-artical {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 6px;
  width: 100%;
  padding: 30px 0px;
}

.testimonial-inner-artical {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 30px;
  row-gap: 15px;
  align-items: start;
}

.avatar-wrap-artical {
  grid-column: 1;
  grid-row: 1 / 4;
  width: 328px;
  height: 232px;
  align-self: start;
}

.avatar-wrap-artical img {
  width: 328px;
  height: 232px;
  border-radius: 5%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.testimonial-name-artical {
  grid-column: 2;
  grid-row: 1;
  font-size: 25px;
  font-weight: 900;
  color: #000;
  margin: 0;
  align-self: start;
}

.testimonial-text-artical {
  grid-column: 2;
  grid-row: 2;
  font-size: 15px;
  color: #000;
  line-height: 26px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.card__meta {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 0px;
  font-size: 12.5px;
  color: #666;
}

.card__meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card__meta svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #888;
}

.testimonial-card-artical:last-child {
  border-bottom: 0px !important;
}

.no-border {
  border: 0px !important;
}

#post-content {
  padding-right: 95px !important;
}

#top-list-blog-card {
  padding-right: 50px !important;
}

/* Tablet & Mobile */
@media (max-width: 991px) {
  #post-content,
  #top-list-blog-card,
  .section-title {
    padding-right: 0px !important;
  }
}

#details-approch-section .container-fluid .row .align-items-center .mb-5 {
  margin-bottom: 15px !important;
}

#details-approch-section #post-content {
  margin-top: 20px !important;
}

#details-approch-section .social-icons .heateor_sss_svg {
  margin-right: 10px;
}

#menu-footer-help-support-menu li:first-child a {
  color: #ed6402 !important;
}

/*Error Page*/
.error-404-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.error-404-wrap {
  max-width: 700px;
  margin: auto;
}

.error-code {
  font-size: 120px;
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin-bottom: 20px;
}

.error-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.error-description {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 30px;
}

.error-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #e06506;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease;
}

.error-btn:hover {
  background: #333;
  color: #fff;
}
.downloadapps-playstore {
  display: flex;
  gap: 10px;
}
#download-mobile {
  display: none;
}
.mobile-table-content {
  display: none;
}
/* MOBILE */
@media (max-width: 768px) {
  .error-code {
    font-size: 80px;
  }

  .error-title {
    font-size: 28px;
  }

  .error-description {
    font-size: 16px;
    line-height: 28px;
  }
}

.sticky-sidebar {
  position: sticky;
  top: 100px;
}