:root {
  --bg-color   : #f9f5e7;;
  --main-color : #f5b800;   /* rich gold accent */
  --theme-color: #f9f5e7;   /* soft luxury off‑white background */
}

/* --------------- Menu --------------- */
.navbar {
  position  : absolute;
  left      : 0;
  top       : 30px;
  padding   : 0;
  margin    : 0;
  width     : 100%;
  background: transparent;
  z-index   : 9999999;
}

.navbar.nav-scroll {
  padding                : 0;
  position               : fixed;
  top                    : -80px;
  padding                : 15px 0;
  -webkit-transition     : -webkit-transform .8s;
  transition             : -webkit-transform .8s;
  -o-transition          : transform .8s;
  transition             : transform .8s;
  transition             : transform .8s, -webkit-transform .8s;
  -webkit-transform      : translateY(80px);
  -ms-transform          : translateY(80px);
  transform              : translateY(80px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter        : blur(10px);
}

.navbar .logo {
  width: 100px;
  /* padding                : 7px 15px; */
  color                  : white;
}

.navbar .navbar-nav {
  padding      : 2px 5px;
  border       : 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  margin-left  : 15px;
}

.navbar .navbar-nav .nav-link {
  padding      : 5px 20px;
  border-radius: 30px;
  font-size    : 14px;
  color        : #fff;
}

.navbar .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
}
.navbar .topnav .butn {
  padding     : 7px 20px;
  background  : #fff;
  color       : #1d1d1d;
  margin-right: 15px;
}
.header-mst {
  padding: 200px 0
  ;
  min-height: 100vh;
}
.butn{
  background: var(--main-color);
  color: #000;
}
.header-mst .caption h1 {
  font-size: 58px;
}
.header-mst .caption h1 span {
   font-size: 39px;
}
  .header-mst .caption p {
    font-size: 29px;
    margin-top: 20px;
  }

.bg-light{
  background: #25D366 !important;
}
.header-mst .butons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
  .header-mst .butons .bg,
  .header-mst .butons .bord {
    width            : 140px;
  height           : 140px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
  border-radius    : 50%;
}

.header-mst .butons .bg {
  background: var(--main-color);
  position  : relative;
  z-index   : 3;
}

.header-mst .butons .bord {
  border     : 1px solid #fff;
  padding    : 20px;
  margin-left: -30px;
}

.header-mst .cont .arrow {
  width        : 45px;
  height       : 45px;
  line-height  : 40px;
  text-align   : center;
  border-radius: 50%;
  background   : #fff;
}

.header-mst > .container {
  min-height    : 100%;
  display       : -webkit-box;
  display       : -ms-flexbox;
  display       : flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-bottom-row {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.header-stats-wrapper {
  margin-top: 100px;
  display              : grid
  ;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap                  : 18px;
  justify-content      : center;
}

.header-stat-card {
  background            : #ffffff;
  border-radius         : 20px;
  padding               : 16px 18px;
  box-shadow            : 18px 18px 40px rgba(0, 0, 0, 0.12),
                          -8px -8px 20px rgba(255, 255, 255, 0.85);
  border                : 1px solid rgba(148, 163, 184, 0.35);
  display               : flex;
  align-items           : center;
  justify-content       : center;
  text-align            : center;
  transition            : transform 0.25s ease, box-shadow 0.25s ease;
}

.header-stat-card:hover {
  transform : translateY(-4px);
  box-shadow: 22px 22px 55px rgba(0, 0, 0, 0.18);
}

.header-stat-text {
  margin    : 0;
  font-size : 14px;
  color     : #0f172a;
}

.header-stat-text strong {
  font-weight: 600;
}

.header-cta-button {
  min-width   : 320px;
  background  : #22c55e !important;
  border      : none;
  color       : #fff;
  font-weight : 600;
  box-shadow  : 0 18px 40px rgba(34, 197, 94, 0.6);
}

.header-cta-button span {
  white-space: nowrap;
}

.header-mst .cont .arrow svg {
  width: 15px;
}

  .header-mst .cont span {
    text-transform         : uppercase;
    background             : rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter        : blur(10px);
  padding                : 8px 25px;
  border-radius          : 30px;
  font-size              : 16px;
    margin-left            : 10px;
  }

  .header-cta-button {
    width: 100%;
  }

/* --------------- Awards --------------- */
.hero-mst {
  background   : var(--theme-color);
  border-radius: 50px 50px 0 0;
  margin-top   : -60px;
  position     : relative;
  z-index      : 5;
}

.hero-mst .img {
  height           : 500px;
  border-radius    : 15px;
  overflow         : hidden;
  max-width        : 650px;
  margin           : auto;
}

.hero-mst .exp {
  position: absolute;
  top     : 30%;
  left    : 15px;
}

.hero-mst .exp span {
  font-size     : 13px;
  text-transform: uppercase;
  line-height   : 1.3;
}

.hero-mst .exp h2 {
  font-size: 100px;
}

.hero-mst .curve {
  position: absolute;
  bottom  : 80px;
  left    : 0;
  width   : 100%;
  z-index : -1;
}

.about-smt {
  background   : var(--theme-color);
  border-radius: 50px 50px;
  position     : relative;
  margin-top   : -60px;
  z-index      : 7;
}

.about-smt .boxs {
  position: relative;
  bottom  : -100px;
}

.about-smt .boxs .item {
  padding: 60px 20px;
  width  : 100%;
}

.about-smt .boxs .item h2 {
  font-size: 100px;
}

.about-smt .boxs .item h6 {
  font-size: 18px;
}

.about-smt .boxs .bg-color {
  background: var(--main-color);
}

.about-smt .main-img {
  height    : 70vh;
  min-height: 500px;
}

/* --------------- Works --------------- */
.work-matrial {
  margin-top    : -60px;
  position      : relative;
  background: #000;
  color: #fff;
  z-index       : 5;
}

.pricing-glass-wrapper {
  max-width: 1100px;
  margin   : 0 auto;
}

.pricing-glass-table {
  width                  : 100%;
  border-radius          : 28px;
  padding                : 26px;
  background             : #f7f5fb;
  border                 : 1px solid rgba(148, 163, 184, 0.35);
  box-shadow             : 2px 2px 5px rgba(15, 23, 42, 0.14),
                           -2px -2px 5px rgba(255, 255, 255, 0.9);
  backdrop-filter        : blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display                : flex;
  flex-direction         : column;
  gap                    : 14px;
}

.pricing-glass-row {
  display              : grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
  gap                  : 16px;
  padding              : 14px 18px;
  border-radius        : 14px;
  background           : linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.9));
  align-items          : center;
}

.pricing-glass-row:nth-child(odd):not(.pricing-glass-header) {
  background: linear-gradient(120deg, rgba(248, 250, 252, 0.95), rgba(241, 245, 249, 0.95));
}

.pricing-glass-header {
  background    : transparent;
  border        : 1px solid rgba(148, 163, 184, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size     : 12px;
}

.pricing-glass-cell {
  font-size  : 14px;
  color      : #0f172a;
  font-weight: 500;
  white-space: nowrap;
}

.pricing-glass-header .pricing-glass-cell {
  color      : #1f2937;
  font-weight: 600;
}

.pricing-glass-row .pricing-glass-cell:nth-child(3),
.pricing-glass-row .pricing-glass-cell:nth-child(4) {
  text-align: right;
}

.pricing-glass-row .pricing-glass-cell:nth-child(4) {
  justify-self : end;
  padding      : 6px 14px;
  border-radius: 999px;
  background   : #020617;
  color        : #facc15;
  font-weight  : 600;
  box-shadow   : 0 0 0 1px rgba(15, 23, 42, 0.65);
}

.pricing-glass-row .pricing-glass-cell:nth-child(4)::before {
  color: #e5e7eb;
}

.pricing-glass-row:not(.pricing-glass-header) {
  position : relative;
  overflow : hidden;
  animation: pricingRowIn 0.7s ease forwards;
  opacity  : 0;
  transform: translateY(16px);
}

.pricing-glass-row:nth-of-type(2) {
  animation-delay: 0.1s;
}

.pricing-glass-row:nth-of-type(3) {
  animation-delay: 0.25s;
}

@keyframes pricingRowIn {
  to {
    opacity  : 1;
    transform: translateY(0);
  }
}

@keyframes savingsPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(250, 204, 21, 0.45);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(250, 204, 21, 0);
  }
}

.pricing-glass-row:not(.pricing-glass-header) .pricing-glass-cell:nth-child(4) {
  animation: savingsPulse 1.8s ease-in-out infinite;
}

.pricing-glass-cta .butn {
  min-width   : 260px;
  background  : #25D366 !important;
  color       : #fff;
  border-color: transparent;
}

.pricing-glass-cta .butn:hover {
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
  transform : translateY(-1px);
}

/* --------------- Clients --------------- */
.clients-sa .item {
  border       : 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align   : center;
}

.clients-sa .item .img {
  width: 100px;
}

.clients-sa .item .cont .icon {
  width : 40px;
  margin: 0 auto 10px;
}

.clients-sa .item .cont span {
  font-size  : 14px;
  line-height: 20px;
}

/* --------------- Testimonials --------------- */
.testim-sm {
  position: relative;
  overflow: hidden;
}

.testim-sm .swiper-slide {
  height: auto;
}

.testim-sm .item {
  background           : var(--bg-color);
  padding              : 40px;
  border-radius        : 10px;
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  -webkit-box-pack     : justify;
  -ms-flex-pack        : justify;
  justify-content      : space-between;
  height               : 100%;
}

.testim-sm .item .rate h5 {
  font-size: 16px;
}

.testim-sm .item .rate .stars {
  font-size  : 13px;
  color      : #EF2B10;
  margin-left: 10px;
}

.testim-sm .item .info .img-author {
  width        : 50px;
  height       : 50px;
  border-radius: 50%;
  overflow     : hidden;
}

.testim-sm .item .info .info-text {
  padding-left: 15px;
}

.testim-sm .item .info .info-text p {
  font-size: 14px;
  opacity  : .7;
}

.testim-sm .swiper-slide-active .item {
  background: #0D0D0D;
  color     : #fff;
}

.testim-sm .brands h6 {
  color        : rgba(0, 0, 0, 0.8);
  font-size    : 16px;
  font-weight  : 400;
  margin-bottom: 15px;
}

.testim-sm .brands .row {
  padding   : 30px 15px;
  text-align: center;
  border    : 1px solid rgba(0, 0, 0, 0.1);
  margin    : 0;
}

.testim-sm .brands .row .img {
  width : 90px;
  margin: auto;
}

/* --------------- Blogs --------------- */
.blog-mp {
  background-color: var(--bg-color);
}

.blog-mp .bord {
  position: relative;
}

.blog-mp .bord:after {
  content    : '';
  position   : absolute;
  top        : 0;
  bottom     : 0;
  right      : 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-mp .item .info .author-img {
  width        : 40px;
  height       : 40px;
  border-radius: 50%;
}

.blog-mp .item .info .author-info,
.blog-mp .item .info .date {
  font-size     : 13px;
  text-transform: uppercase;
}

.blog-mp .item .info .author-info span,
.blog-mp .item .info .date span {
  display    : block;
  line-height: 22px;
}

.blog-mp .item .info .author-info .sub-color {
  text-transform: capitalize !important;
}

.blog-mp .item .img {
  border-radius: 15px;
  height       : 255px;
  overflow     : hidden;
}

/* --------------- Final CTA Block --------------- */
.cta_block {
  background   : transparent;
  padding-top  : 70px;
  padding-bottom: 70px;
  transition: all .5s ease-in-out;
}


.cta-card-wrapper {
  max-width: 960px;
  margin   : 0 auto;
}

.cta-card {
  position              : relative;
  border-radius         : 30px;
  padding               : 36px 34px;
  margin-top            : 60px;
  background            : linear-gradient(135deg, #020617 0%, #111827 40%, #facc15 130%);
  box-shadow            : 22px 22px 55px rgba(15, 23, 42, 0.9),
                          -10px -10px 30px rgba(250, 204, 21, 0.35);
  border                : 1px solid rgba(148, 163, 184, 0.7);
  display               : flex;
  flex-direction        : column;
  gap                   : 24px;
  overflow              : hidden;
}

.cta-card::before {
  content      : '';
  position     : absolute;
  inset        : -40%;
  background   : radial-gradient(circle at top right, rgba(250, 250, 250, 0.18), transparent 55%);
  opacity      : 1;
  pointer-events: none;
}
.cta_block:hover, .cta_card:hover{
  transform: translateY(-20px);
  background: var(--bg-color);
}
.cta-card-label {
  position       : relative;
  z-index        : 2;
  align-self     : flex-start;
  font-size      : 11px;
  letter-spacing : 0.18em;
  text-transform : uppercase;
  padding        : 6px 16px;
  border-radius  : 999px;
  background     : rgba(15, 23, 42, 0.9);
  color          : #e5e7eb;
  border         : 1px solid rgba(148, 163, 184, 0.8);
}

.cta-card-title {
  position    : relative;
  z-index     : 2;
  font-size   : 28px;
  line-height : 1.3;
  color       : #f9fafb;
  font-weight : 600;
  max-width   : 700px;
}

.cta-card-cta {
  position: relative;
  z-index : 2;
}

.cta-card-button {
  width      : 70%;
  max-width  : 280px;
  padding: .4rem;
  text-align: center;
  margin     : 0;
  font-size  : 17px;
  font-weight: 600;
  background : #22c55e !important;
  border     : none;
  box-shadow : 0 18px 40px rgba(34, 197, 94, 0.65);
}

.cta-card-button span {
  white-space: nowrap;
}

.cta-card {
  animation: ctaCardIn 0.85s ease forwards;
  opacity  : 0;
  transform: translateY(26px);
}

@keyframes ctaCardIn {
  to {
    opacity  : 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .cta_block {
    padding-bottom: 110px;
  }

  .cta-card {
    padding: 30px 26px;
  }

  .cta-card-title {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  
.navbar .logo{
  width: 80px;
}
  .cta_block {
    padding-bottom: 80px;
  }

  .cta-card {
    border-radius: 24px;
    padding      : 26px 20px;
  }

  .cta-card-title {
    font-size: 20px;
  }

  .cta-card-button {
    max-width: 100%;
  }

  .cta-card-button span {
    white-space: normal;
  }
}

/* Hide custom cursor on tablets and phones */
@media (max-width: 991.98px) {
  .cursor {
    display: none !important;
  }
}

/* --------------- Pricing / Payment Plan --------------- */
.pricing {
  background   : var(--theme-color);
  /* border-radius: 50px 50px 0 0; */
  position     : relative;
  z-index      : 5;
}

.payment-card-wrapper {
  max-width: 620px;
  margin   : 0 auto;
}

.payment-card {
  position              : relative;
  border-radius         : 28px;
  padding               : 28px 26px 26px;
  background            : var(--bg-color);
  box-shadow            : 18px 18px 40px rgba(15, 23, 42, 0.18),
                          -10px -10px 30px rgba(255, 255, 255, 0.85);
  border                : 1px solid rgba(148, 163, 184, 0.35);
  display               : flex;
  flex-direction        : column;
  gap                   : 20px;
  transition: all .4s ease-in-out;
}
.payment-card:hover{
  transform : translateY(-16px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.25);
}

.payment-card::before {
  content      : '';
  position     : absolute;
  inset        : 0;
  border-radius: inherit;
  background   : radial-gradient(circle at top left, rgba(255, 255, 255, 0.7), transparent 55%);
  pointer-events: none;
}

.payment-card-badge {
  align-self      : flex-start;
  font-size       : 11px;
  letter-spacing  : 0.18em;
  text-transform  : uppercase;
  padding         : 6px 14px;
  border-radius   : 999px;
  background      : #020617;
  color           : #fde68a;
  box-shadow      : 0 10px 25px rgba(15, 23, 42, 0.55);
  position        : relative;
  z-index         : 2;
}

.payment-card-body {
  position: relative;
  z-index : 2;
}

.payment-card-title {
  font-size    : 24px;
  font-weight  : 600;
  margin-bottom: 18px;
  color        : #020617;
}

.payment-steps {
  display       : flex;
  flex-direction: column;
  gap           : 14px;
  margin-bottom : 18px;
}

.payment-step {
  display       : flex;
  align-items   : center;
  gap           : 12px;
}

.step-marker {
  width        : 32px;
  height       : 32px;
  border-radius: 50%;
  display      : flex;
  align-items  : center;
  justify-content: center;
  background   : linear-gradient(135deg, #facc15, #f97316);
  color        : #0b1120;
  font-size    : 14px;
  font-weight  : 700;
  box-shadow   : 0 10px 25px rgba(249, 115, 22, 0.4);
}

.step-text .step-main {
  font-size  : 16px;
  font-weight: 600;
  color      : #020617;
}

.payment-caption {
  font-size : 14px;
  color     : #475569;
  margin    : 0;
  max-width : 460px;
}

.payment-card-cta {
  position: relative;
  z-index : 2;
}

.payment-card-cta .butn {
  width      : 100%;
  max-width  : 320px;
  margin     : 0 auto;
  box-shadow : 0 16px 35px rgba(37, 211, 102, 0.4);
  font-weight: 500;
}

.payment-card-cta .butn span {
  white-space: nowrap;
}

.payment-card {
  animation: paymentCardIn 0.8s ease forwards;
  opacity  : 0;
  transform: translateY(24px);
}

@keyframes paymentCardIn {
  to {
    opacity  : 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .payment-card {
    padding: 24px 20px 22px;
  }

  .payment-card-title {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .payment-card-wrapper {
    padding: 0 6px;
  }

  .payment-card {
    border-radius: 22px;
    padding      : 22px 18px 20px;
  }

  .payment-card-title {
    font-size    : 20px;
    margin-bottom: 14px;
  }

  .step-text .step-main {
    font-size: 15px;
  }

  .payment-caption {
    font-size: 13px;
  }

  .payment-card-cta .butn span {
    white-space: normal;
  }
}

@media (max-width: 991.98px) {
  .pricing-glass-table {
    padding: 18px 16px;
  }

  .pricing-glass-row {
    grid-template-columns: 1.2fr 1fr 1.1fr 1fr;
    gap                  : 12px;
    padding              : 12px 14px;
  }

  .pricing-glass-cell {
    font-size: 13px;
  }

  .pricing-glass-cta .butn {
    width: 100%;
  }
}

/* --------------- Document Security --------------- */
.document_security {
  background   : var(--theme-color);
  border-radius: 0;
  position     : relative;
  z-index      : 5;
  /* min-height   : 100vh; */
  padding-top  : 0 !important;
  padding-bottom: 0 !important;
  display      : flex;
  align-items  : stretch;
}

.document_security .container {
  max-width    : 100%;
  height       : 100%;
  padding-left : 24px;
  padding-right: 24px;
}

.document_security .row {
  height: 100%;
}

.doc-glass-card {
  border-radius          : 24px;
  padding                : 24px 22px;
  background             : rgba(255, 255, 255, 0.06);
  border                 : 1px solid rgba(148, 163, 184, 0.4);
  box-shadow             : 0 22px 50px rgba(15, 23, 42, 0.35);
  backdrop-filter        : blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition              : transform 0.25s ease, box-shadow 0.25s ease;
}

.doc-glass-card:hover {
  transform : translateY(-6px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.45);
}

.doc-glass-list {
  list-style     : none;
  padding        : 0;
  margin         : 0 0 20px;
  display        : flex;
  flex-direction : column;
  gap            : 8px;
  font-size      : 15px;
  color          : #1f2937;
}

.doc-glass-list li::before {
  content      : "✓";
  display      : inline-block;
  margin-right : 8px;
  color        : #16a34a;
  font-weight  : 600;
}

.doc-glass-cta .butn {
  width      : 100%;
  font-size  : 14px;
  font-weight: 500;
}

.doc-grid {
  display              : grid;
  grid-template-columns: repeat(3, 1fr);
  gap                  : 14px;
}

.doc-grid-item {
  border-radius: 16px;
  min-height   : 110px;
  background   : rgba(15, 23, 42, 0.08);
  border       : 1px dashed rgba(148, 163, 184, 0.9);
  box-shadow   : 0 12px 30px rgba(15, 23, 42, 0.2);
  transition   : transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.doc-grid-item:hover {
  transform  : translateY(-4px);
  box-shadow : 0 18px 40px rgba(15, 23, 42, 0.35);
  border-color: rgba(37, 99, 235, 0.9);
}

@media (max-width: 991.98px) {
  .doc-glass-card {
    margin-bottom: 30px;
  }

  .doc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .doc-glass-card {
    padding: 20px 18px;
  }

  .doc-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .doc-grid-item {
    min-height: 80px;
  }
}

/* --------------- Document / Snapshot Lightbox --------------- */
.doc-lightbox-overlay {
  position  : fixed;
  inset     : 0;
  background: rgba(15, 23, 42, 0.85);
  display   : none;
  align-items: center;
  justify-content: center;
  z-index   : 99999;
  padding   : 24px;
}

.doc-lightbox-overlay.active {
  display: flex;
}

.doc-lightbox-inner {
  max-width : 1100px;
  width     : 100%;
  max-height: 100%;
  display   : flex;
  align-items: center;
  justify-content: center;
}

.doc-lightbox-inner img {
  max-width : 100%;
  max-height: 100%;
  border-radius: 18px;
  box-shadow   : 0 24px 60px rgba(0, 0, 0, 0.65);
}

.doc-lightbox-close {
  position   : absolute;
  top        : 18px;
  right      : 18px;
  width      : 34px;
  height     : 34px;
  border-radius: 50%;
  border     : 1px solid rgba(148, 163, 184, 0.7);
  background : rgba(15, 23, 42, 0.85);
  color      : #e5e7eb;
  display    : flex;
  align-items: center;
  justify-content: center;
  font-size  : 18px;
  cursor     : pointer;
}

@media (max-width: 767.98px) {
  .doc-lightbox-overlay {
    padding: 16px;
  }

  .doc-lightbox-inner img {
    border-radius: 14px;
  }
}

/* --------------- Project Snapshot --------------- */
.project_snapshot {
  background    : var(--theme-color);
  border-radius : 0;
  position      : relative;
  z-index       : 5;
  /* min-height    : 100vh; */
  padding-top   : 0 !important;
  padding-bottom: 0 !important;
  display       : flex;
  align-items   : stretch;
}

.project_snapshot .container {
  max-width    : 100%;
  height       : 100%;
  padding-left : 24px;
  padding-right: 24px;
}

.project_snapshot .row {
  height: 100%;
}

@media (max-width: 767.98px) {
  .pricing-glass-table {
    padding: 16px 14px;
    gap    : 10px;
  }

  .pricing-glass-row {
    grid-template-columns: 1fr;
    padding              : 12px;
    gap                  : 6px;
  }

  .pricing-glass-header {
    display: none;
  }

  .pricing-glass-cell {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    font-size      : 13px;
  }

  .pricing-glass-cell::before {
    content      : attr(data-label);
    font-weight  : 500;
    color        : #64748b;
    margin-right : 8px;
    text-transform: none;
  }

  .pricing-glass-row .pricing-glass-cell:nth-child(3),
  .pricing-glass-row .pricing-glass-cell:nth-child(4) {
    text-align: right;
  }

  .pricing-glass-cta {
    margin-top: 24px;
  }

  .pricing-glass-cta .butn {
    width: 100%;
  }
}

/* --------------- Contact --------------- */


/* --------------- footer --------------- */
.footer-mp {
  padding-top     : 60px;
  padding-bottom  : 40px;
}

.footer-mp .info-item h6 {
  font-size  : 18px;
  line-height: 1.5;
}

.footer-mp .footer-logo {
  position  : relative;
  margin-top: 100px;
}

.footer-mp .footer-logo h1 {
  font-size  : 150px;
  line-height: 1.2;
    text-align: center;
  font-family: "Playfair Display", serif;
  font-style : italic;

  }

.footer-mp .social-icon {
  padding-top: 30px;
}

.footer-mp .social-icon a {
  width        : 45px;
  height       : 45px;
  line-height  : 45px;
  text-align   : center;
  border       : 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size    : 14px;
  margin       : 0 5px;
}

.footer-mp .social-icon a:hover {
  background        : #25D366;
  border-color      : #25D366;
  -webkit-transition: all .4s;
  -o-transition     : all .4s;
  transition        : all .4s;
}

.footer-mp .sub-footer .copy p {
  font-size: 14px;
}

.footer-mp .sub-footer .links {
  width: 100%;
}

.footer-mp .sub-footer .links a {
  font-size: 14px;
}

.footer-mp .sub-footer .links .active {
  color: var(--main-color);
}

body {
  font-family     : "Inter", sans-serif;
  font-size       : 18px;
  line-height     : 28px;
  font-weight     : 400;
  color           : #0D0D0D;
  background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin     : 0;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 44px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size  : 24px;
  font-weight: 400;
}

p {
  font-family: "Inter", sans-serif;
  font-size  : 16px;
  font-weight: 300;
  margin     : 0;
}

.main-color {
  color: #1567F5 !important;
}

.sub-head {
  font-size     : 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding       : 7px 25px;
  border        : 1px solid rgba(0, 0, 0, 0.1);
  border-radius : 30px;
}

.sub-title {
  font-size     : 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.italic {
  font-style: italic;
  display   : inline;
}

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.butn.butn-bord:hover {
  background: #000000;
  color     : #212121;
}

.icon.invert img {
  -webkit-filter: invert(1);
  filter        : invert(1);
}

.butn .icon {
  width: 18px;
}

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter        : invert(0);
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .services-accord2 .accordion .accordion-title h2 {
    font-size    : 20px !important;
  }
  .services-accord2 .accordion .accordion-body p{
  font-size: 16px;
}
.services-accord2 .accordion .accordion-body{
  padding: 10px;
}

  .footer-mp .footer-logo h1 {
    font-size: 190px;
  }

  .footer-mp .ml-none {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .header-mst .caption h1 {
    font-size: 60px;
  }

  .hero-mst .exp {
    display: none;
  }

  .sec-head {
    display: block !important;
  }

  .sec-head .ml-auto {
    margin: 15px 0 0 0 !important;
  }

  .services-accord2 .accordion .accordion-title h2 {
    font-size: 36px;
  }

  .work-matrial .swiper-cont {
    padding: 0;
  }

  .about-smt .boxs .item h2 {
    font-size    : 70px;
    margin-bottom: 5px;
  }

  .footer-mp .footer-logo h1 {
    font-size: 70px;
    text-align: center;
  }

  .footer-mp .footer-logo .union {
    display: none;
  }
}

@media screen and (max-width:500px) {
  .header-stats-wrapper{
     grid-template-columns: 1fr;
  }
  .header-mst .caption h1 {
  font-size: 38px;
}
.header-mst .caption h1 span {
   font-size: 19px;
}
  .header-mst .caption p {
    font-size: 14px;
    margin-top: 20px;
  }
  
}
/* Header background via CSS (full image, no crop) */
.header-mst.bg-img {
  background-image: url('../imgs/site/banner1.webp') !important;
  background-repeat: no-repeat;
  background-position: bottom center !important;
  background-size: cover; /* use cover if you prefer fill with crop */
}

/* Optional: mobile-specific background image */
@media (max-width: 767px) {
  .header-mst.bg-img {
    background-image: url('../imgs/site/bannermob.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: scroll; /* avoid mobile repaint tiling */
  }
}
