.pr-fw-300 {
  font-weight: 300 !important;
}
.pr-fw-500 {
  font-weight: 500 !important;
}

/* custom css by saad bhatti is start from here */
* {
  padding: 0;
  margin: 0;
}
:root {
  --primary: #000;
  --secondary: #f54e5f;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}

body,
button,
a,
li {
  font-family: "Roboto";
}
.section-heading {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 40px;
}
.section-heading span {
  color: var(--secondary);
}
/* top bar css */
.top-bar {
  background-color: #363636;
  padding: 20px 0;
}
.tppbar-list {
  gap: 38px;
}
.tppbar-list-item,
.tppbar-list-item a {
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
.tppbar-list-item a img {
  width: 16px;
  object-fit: cover;
  margin-right: 5.8px;
}
.prl-login {
  margin-left: auto;
  position: relative;
}
.prl-login::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -21px;
  height: 25px;
  background-color: #fff;
  width: 2px;
}
.navigation-bar {
  padding: 20px 0;
  background-color: hsl(0deg 0% 100% / 20%);
  position: relative;
  z-index: 1;
  backdrop-filter: blur(10px);
}
/* navbar css */
.nav-bar-llist {
  gap: 40px;
}
.nav-bar-llist li a {
  color: #000000;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
}
.primary-button {
  background-color: var(--secondary);
  color: #fff;
  border: none;
  width: 143px;
  height: 38px;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-left: auto;
}
/* banner css is start from here */
.page-banner {
  min-height: 816px;
  background-image: url(../images/banner-background.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -80px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.property-tabs {
  gap: 20px;
  margin-bottom: 15px;
}

.property-search-tab {
  background: rgb(0 0 0 / 15%);
  backdrop-filter: blur(8px);
  border: 1px solid #fff;
  padding: 15px 35px;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
}

.property-search-tab.active {
  background: rgba(255, 255, 255, 0.9);
  color: #374151;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.tab.active {
  background: rgba(255, 255, 255, 0.9);
  color: #374151;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.tab:not(.active):hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.search-container {
  position: relative;
  margin-bottom: 40px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border-radius: 100px;
}

.search-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 8px 8px 8px 60px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  background-color: #fff;
}

.search-wrapper:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.search-wrapper:focus-within {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  border-color: rgba(34, 197, 94, 0.5);
}

.location-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 18px;
}

.search-input {
  width: calc(100% - 60px);
  border: none;
  outline: none;
  font-size: 16px;
  padding: 16px 0;
  background: transparent;
  color: #374151;
}

.search-input::placeholder {
  color: #9ca3af;
  font-weight: 400;
}

.search-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--secondary);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(239, 68, 68, 0.3);
}

.search-button:hover {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}

.search-button:active {
  transform: translateY(-50%) scale(0.95);
}
.search-wrap-container {
  max-width: 100%;
  width: 1056px;
}
/* EXPLORE PROPERTY TYPES section css */
.property-type-box {
  width: calc(275px - 50px);
  height: calc(213px - 70px);
  padding: 35px 25px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  color: #171412;
  transition: all 0.3s ease;
}
.property-type-box:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.peoperty-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-content {
  position: relative;
}
.property-content h4 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  color: inherit
}
.property-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}
/* PREMIUM ADVERTISEMENT css */
.advertisement-section {
  background-color: #f8f8f8;
}
.property-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  max-height: 406px;
}
.inner-slider-container .owl-dots {
  position: absolute;
  top: 141px;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
  background: #d6d6d6;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondary);
}
.heart-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  fill: none;
  stroke: #666;
  stroke-width: 2;
  z-index: 2;
}

.heart-icon:hover {
  stroke: #e74c3c;
}

.for-rent-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  z-index: 2;
}
.image-container {
  position: relative;
}

.featured-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #d4a574;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  z-index: 2;
  letter-spacing: 0.5px;
}

.card-content {
  padding: 20px;
}

.price {
  font-size: 23px;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 8px;
}

.address {
  color: #666;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 12px;
}

.area {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.features {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #666;
  font-size: 14px;
}

.feature-icon {
  width: 18px;
  height: 18px;
  fill: #666;
}
/* custom css by saad bhatti is End here */
.added-buttons {
  color: #333d4c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px;
  border: 1px solid #e0e5eb;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
}
.added-buttons.active,
.added-buttons:hover {
  color: #000;
  border-color: #000;
}
.added-filter-wrap {
  gap: 12px;
}
/*  */

.added-today-card {
  min-height: 370px;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}

.added-today-card .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.added-today-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.added-today-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #fc9231;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  z-index: 2;
}

.added-today-info {
  padding: 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.added-today-title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 8px;
}

.added-today-size {
  font-size: 16px;
  font-weight: normal;
  opacity: 0.8;
}

.added-today-address {
  color: white;
  font-size: 16px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.added-today-price {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: var(--secondary);
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}
.added-today-card:first-of-type {
  grid-row-start: 1;
  grid-row-end: 3;
}
.added-today-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000006b;
  z-index: 1;
}
.today-add-pproperty-list {
  margin-top: 50px;
}
.property-card.today-add {
  box-shadow: none;
  border: 1px solid #e9e9e9;
  padding: 0.4rem;
}
/* why chose section is start from here */
.why-chose .section_content {
  text-align: center;
  margin-bottom: 58px;
}
.sub-heading {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 5px;
}
.chose-box {
  text-align: center;
  padding: 35px 10px;
  border-right: 3px solid #dcdcdc;
}
.chose-box:nth-last-child(1) {
  border: none;
}
.chose-box h4 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
  margin: 20px 0 8px 0;
}
.how-it-wirk-content {
  background-color: #eeeeee;
  padding: 40px;
  border-radius: 40px;
}
.work-points-box {
  margin: 50px 0px;
}
.work-points-box img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.wrk-p-cnt h4 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 7px;
}
.wrk-p-cnt p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
/* single page css is start from here */
.singl-prp-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  color: #000;
}
.singl-prp-content p {
  color: #877363;
  font-size: 17.6px;
}
/* single page css is start from here */
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}
.main-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  position: relative;
}
.main-image img,
.small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.singl-prp-content {
  margin-bottom: 40px;
}
.main-image:hover img,
.small-image:hover img {
  transform: scale(1.03);
}
.side-images {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}
.small-image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Main Content */
.schedule-tour {
  background-color: white;
}
.main-content {
  margin-bottom: 50px;
}

/* Price Section */
.price-section {
  border-radius: 0.75rem;
  padding: 1.5625rem 0;
  margin-bottom: 1.875rem;
}

.price-section .price {
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--secondary);
  line-height: 1.3125rem;
  margin-top: 1.8125rem;
  display: flex;
  align-items: center;
}

.price-section .price i {
  font-size: 1.8rem;
}

.price-section .actions {
  display: flex;
  gap: 0.9375rem;
  margin-bottom: 2.3125rem;
}

.price-section .btn {
  padding: 0.9375rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 7.9375rem;
  max-height: 2.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.price-section .btn-primary {
  background: #e88230;
  color: white;
  border: none;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.35);
}

.price-section .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(231, 76, 60, 0.5);
}

.price-section .btn-secondary {
  background: #f5f2f0;
  color: black;
  border: none;
}

.price-section .btn-secondary:hover {
  background: rgba(231, 76, 60, 0.05);
  transform: translateY(-3px);
}

/* Features Section */
.features-section {
  border-radius: 0.75rem;
  padding: 1.875rem 0;
  margin-bottom: 1.875rem;
}

.features-grid {
  display: flex;
  gap: 0.6875rem;
  flex-wrap: wrap;
  margin-top: 0px;
}

.feature-card {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  width: 23.8%;
  max-height: 3.625rem;
  border: 1px solid #e5e0db;
  border-radius: 1.75rem;
  padding: 10px 15px;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: white;
}

.feature-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  padding: 0.2rem 0.3rem 0.2rem 0rem;
  color: var(--secondary);
}
.feature-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #171412;
}

/* Property Details */
.details-section {
  background: #f8f8f8;
  border-radius: 0.75rem;
  margin-bottom: 3.125rem;
  border-radius: 1.875rem;
}

.details-grid {
  padding: 0 3.125rem 3.125rem 3.125rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 7.875rem;
}
.detail-item {
  padding: 2.8125rem 0 0.3125rem;
  width: 32%;
  border-bottom: 1px solid #00000044;
}

.detail-label {
  font-size: 0.95rem;
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail-label i {
  color: var(--secondary);
}

.detail-value {
  font-size: 1.2rem;
  font-weight: 600;
  color: #171412;
}

/* Description */
.description-section {
  background: white;
  margin-bottom: 5rem;
}

.description-content {
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.description-content p {
  margin-bottom: 20px;
}

.hidden-paragraph {
  display: none;
}
.hidden-paragraph.show {
  display: block;
}

.see-more {
  color: var(--secondary);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.see-more:hover {
  gap: 12px;
}

/* Location */
.location-section {
  background: white;
  border-radius: 12px;
  margin-bottom: 30px;
}

.location-section .sub-heading {
  font-weight: 500;
  font-size: 45px;
  display: inline-block;
}

.map-container {
  border-radius: 1.875rem;
  overflow: hidden;
  max-height: 100%;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.1);
  margin-top: 2.3125rem;
}

.map-container img {
  width: 100%;
  height: 100%;
  border-radius: 2.975rem;
  padding: 1.5625rem;
  object-fit: cover;
}

/* Right Column */
.right-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 31%;
}
.left-column {
  width: 66%;
}

/* Agent Card */
.agent-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  border: 2px solid #d8515166;
}

.agent-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ecf0f1;
}

.agent-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agent-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

.agent-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}

.contact-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ecf0f1;
}

.contact-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #171412;
}
.contact-info p {
  padding-left: 1rem;
}
.contact-info p:not(:last-child) {
  margin-bottom: 1rem;
}
.contact-info p a {
  margin-bottom: 10px;
  color: #767676;
  font-size: 1rem;
}

.contact-info i {
  color: var(--secondary);
  width: 20px;
  text-align: center;
}

/* Contact Form */
.contact-form {
  border: 2px solid #d8515166;
  background: white;
  border-radius: 12px;
  padding: 25px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #171412;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-group label i {
  color: var(--secondary);
  width: 20px;
}
.form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.form-control {
  padding: 14px;
  border: 2px solid #ecf0f1;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s;
}

.form-control:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.terms {
  font-size: 0.85rem;
  color: var(--gray);
  margin-bottom: 20px;
  line-height: 1.6;
}

.terms a {
  color: var(--accent);
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}

.submit-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--secondary), #c0392b);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.35);
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(231, 76, 60, 0.5);
}
/* ---------------------------   extra   ------------------------------- */
.pr-footer {
  background-image: url(../images/footer-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.footer-column h4 {
  font-size: 22.4px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-links a:hover {
  color: var(--secondary);
  padding-left: 5px;
}
.follow-platforms li img {
  height: 15px;
  object-fit: cover;
}
.footer-border-bottom {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.footer-column p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 20px;
}
.footer-grid {
  margin-top: 50px;
}
.footer-bottom p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.property-card.today-add .image-container img {
  width: 100%;
}
/* responsive css */
@media screen and (max-width: 1024px) {
  .property-search-tab {
    padding: 9px 25px;
    font-size: 16px;
  }
  .search-input {
    font-size: 14px;
    padding: 8.9px 0;
  }
  .location-icon img,
  .search-button img {
    width: 17px;
  }
  .page-banner {
    min-height: 445px;
  }
  .today-add-pproperty-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 22px;
  }
  .added-filter-wrap {
    padding: 10px 0;
  }
  .today-add-pproperty-list,
  .choseone-row,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .chose-box:nth-last-child(3) {
    border-right: none;
  }
  .how-its-work-section .grid.grid-cols-2,
  .main-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .how-it-work-image {
    display: none;
  }
  .added-today-card {
    min-height: 256px;
  }
  .added-today-title {
    font-size: 18px;
  }

  .added-today-address {
    font-size: 13px;
  }
  .added-today-price {
    bottom: 5px;
    padding: 6px 11px;
    font-size: 12px;
  }
  .added-today-info {
    padding: 3px 20px;
  }
  .singl-prp-content h2 {
    font-size: 20px;
  }
  .padding-y-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .left-column,
  .right-column {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .today-ad-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .added-buttons {
    font-size: 12px;
    padding: 9px 17px;
  }
  .section_content {
    margin-bottom: 20px;
  }
  .today-add-pproperty-list,
  .choseone-row,
  .footer-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .chose-box {
    border-right: none;
    border-bottom: 3px solid #dcdcdc;
  }
  .property-search-tab {
    padding: 9px 15px;
    font-size: 13px;
  }
  .search-wrapper {
    padding: 3px 8px 3px 44px;
  }
  .search-button {
    width: 30px;
    height: 30px;
  }
  .location-icon img,
  .search-button img {
    width: 13px;
  }
  .gallery-grid {
    display: flex;
    flex-direction: column;
  }
  .feature-card {
    width: 33.8%;
    padding: 10px 11px;
  }
  .details-grid {
    padding: 0 1.025rem 1.825rem 1.025rem;
    justify-content: space-between;
  }
  .singl-prp-content h2 {
    font-size: 17.8px;
  }
  .singl-prp-content p {
    font-size: 14px;
  }
}
/* utility classes */
.padding-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* Flex display */
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}

/* Flex directions */
.flex-row {
  flex-direction: row;
}
.flex-row-rev {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-rev {
  flex-direction: column-reverse;
}

/* Flex wrap */
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-rev {
  flex-wrap: wrap-reverse;
}

/* Justify content */
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}

/* Align items */
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}

/* Align content (for multi-line flex) */
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-evenly {
  align-content: space-evenly;
}

/* Align self */
.self-auto {
  align-self: auto;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}

/* Flex grow/shrink/basis */
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink {
  flex-shrink: 1;
}

.basis-0 {
  flex-basis: 0;
}
.basis-auto {
  flex-basis: auto;
}

/* Grid display */
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}

/* Grid template columns */
.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}

/* Grid template rows */
.grid-rows-1 {
  grid-template-rows: repeat(1, 1fr);
}
.grid-rows-2 {
  grid-template-rows: repeat(2, 1fr);
}
.grid-rows-3 {
  grid-template-rows: repeat(3, 1fr);
}
.grid-rows-4 {
  grid-template-rows: repeat(4, 1fr);
}
.grid-rows-6 {
  grid-template-rows: repeat(6, 1fr);
}

/* Gap utilities */
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}

.row-gap-4 {
  row-gap: 1rem;
}
.col-gap-4 {
  column-gap: 1rem;
}

/* Align items */
.items-start {
  align-items: start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: end;
}

/* Place content */
.place-content-center {
  place-content: center;
}
.place-content-start {
  place-content: start;
}
.place-content-end {
  place-content: end;
}
.place-content-between {
  place-content: space-between;
}

/* Place items */
.place-items-center {
  place-items: center;
}
.place-items-start {
  place-items: start;
}
.place-items-end {
  place-items: end;
}

/* text utilities */
.text-xs {
  font-size: 0.75rem;
} /* 12px */
.text-sm {
  font-size: 0.875rem;
} /* 14px */
.text-base {
  font-size: 1rem;
} /* 16px */
.text-lg {
  font-size: 1.125rem;
} /* 18px */
.text-xl {
  font-size: 1.25rem;
} /* 20px */
.text-2xl {
  font-size: 1.5rem;
} /* 24px */
.text-3xl {
  font-size: 1.875rem;
} /* 30px */
.text-4xl {
  font-size: 2.25rem;
} /* 36px */
.text-5xl {
  font-size: 3rem;
} /* 48px */
.text-6xl {
  font-size: 3.75rem;
} /* 60px */

/* === CONTAINER === */
.pr_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* === BASE: STACK ON MOBILE (<576px) === */
[class*="col-"] {
  grid-column: span 12;
}

/* === SMALL ≥576px === */
@media (min-width: 576px) {
  .sm-1 {
    grid-column: span 1;
  }
  .sm-2 {
    grid-column: span 2;
  }
  .sm-3 {
    grid-column: span 3;
  }
  .sm-4 {
    grid-column: span 4;
  }
  .sm-5 {
    grid-column: span 5;
  }
  .sm-6 {
    grid-column: span 6;
  }
  .sm-7 {
    grid-column: span 7;
  }
  .sm-8 {
    grid-column: span 8;
  }
  .sm-9 {
    grid-column: span 9;
  }
  .sm-10 {
    grid-column: span 10;
  }
  .sm-11 {
    grid-column: span 11;
  }
  .sm-12 {
    grid-column: span 12;
  }
}

/* === MEDIUM ≥768px === */
@media (min-width: 768px) {
  .md-1 {
    grid-column: span 1;
  }
  .md-2 {
    grid-column: span 2;
  }
  .md-3 {
    grid-column: span 3;
  }
  .md-4 {
    grid-column: span 4;
  }
  .md-5 {
    grid-column: span 5;
  }
  .md-6 {
    grid-column: span 6;
  }
  .md-7 {
    grid-column: span 7;
  }
  .md-8 {
    grid-column: span 8;
  }
  .md-9 {
    grid-column: span 9;
  }
  .md-10 {
    grid-column: span 10;
  }
  .md-11 {
    grid-column: span 11;
  }
  .md-12 {
    grid-column: span 12;
  }
}

/* === LARGE ≥992px === */
@media (min-width: 992px) {
  .lg-1 {
    grid-column: span 1;
  }
  .lg-2 {
    grid-column: span 2;
  }
  .lg-3 {
    grid-column: span 3;
  }
  .lg-4 {
    grid-column: span 4;
  }
  .lg-5 {
    grid-column: span 5;
  }
  .lg-6 {
    grid-column: span 6;
  }
  .lg-7 {
    grid-column: span 7;
  }
  .lg-8 {
    grid-column: span 8;
  }
  .lg-9 {
    grid-column: span 9;
  }
  .lg-10 {
    grid-column: span 10;
  }
  .lg-11 {
    grid-column: span 11;
  }
  .lg-12 {
    grid-column: span 12;
  }
}

/* === XL ≥1200px === */
@media (min-width: 1200px) {
  .xl-1 {
    grid-column: span 1;
  }
  .xl-2 {
    grid-column: span 2;
  }
  .xl-3 {
    grid-column: span 3;
  }
  .xl-4 {
    grid-column: span 4;
  }
  .xl-5 {
    grid-column: span 5;
  }
  .xl-6 {
    grid-column: span 6;
  }
  .xl-7 {
    grid-column: span 7;
  }
  .xl-8 {
    grid-column: span 8;
  }
  .xl-9 {
    grid-column: span 9;
  }
  .xl-10 {
    grid-column: span 10;
  }
  .xl-11 {
    grid-column: span 11;
  }
  .xl-12 {
    grid-column: span 12;
  }
}

/* custom css by saad bhatti is End here */