/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

@font-face {
  font-family: "Glacial Indifference";
  src: url("font-family/GlacialIndifference-Regular.woff2") format("woff2"),
    url("font-family/GlacialIndifference-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Glacial Indifference";
  src: url("font-family/GlacialIndifference-Bold.woff2") format("woff2"),
    url("font-family/GlacialIndifference-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Glacial Indifference" !important;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button {
  font-family: Glacial Indifference;
  color: #000000;
}
h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
}
h1 span {
  color: #33a529;
}
h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
}
h3 {
}
h4 {
  font-family: Glacial Indifference;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
}
h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
}
h6 {
  font-family: Glacial Indifference;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.blog-slider {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden; /* Prevents vertical stretching */
}

.blog-slider .owl-stage-outer {
  overflow: hidden;
}

.blog-slider .owl-stage {
  display: flex !important;
}

.blog-slider .owl-item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto !important;

  box-sizing: border-box;
}
.blog-slider .owl-item .col-md-4.col-sm-6.col-xs-12 {
  width: 100%;
}
.blog-slider .item {
  height: 100%;
}

.blog-slider .owl-item {
  display: flex;
  align-items: stretch;
}

/* Step 2: Ensure grid column fills full height */
.blog-slider .col-md-4,
.blog-slider .col-sm-6,
.blog-slider .col-xs-12 {
  display: flex;
  flex: 1 0 100%;
}

/* Step 3: Stretch the card wrapper */
.blog-slider .single-blog-feed {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Step 4: Make sbf-container stretch too */
.blog-slider .sbf-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.blog-slider .owl-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 0px;
}
.blog-slider .owl-nav > div {
  width: 35px;
  height: 35px;
  color: #555558;
  background: #f4f4f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.15s ease-in-out;
  margin-left: 2px;
  margin-right: 2px;
}
.blog-slider .owl-nav > div i {
  font-size: 12px;
}
.blog-slider .owl-nav > div:hover {
  background: #6c1cff;
  color: #fff;
  border-color: #fff;
}
.sbf-title {
  padding: 15px 15px 0;
  text-align: left;
}

div#footer-menu nav {
  visibility: visible;
  opacity: 1;
  text-align: left;
  height: 100%;
}
div#footer-menu .hfe-nav-menu__toggle.elementor-clickable {
  display: none;
}
div#footer-menu .menu-item {
  border: 0;
}
div#footer-menu .menu-item a {
  padding-left: 0;
}
.searchCategory ul.nav.nav-tabs.cts-carousel.no-list-style {
  background-color: #fff;
  justify-content: center;
  gap: 0 10px;
  padding: 15px;
  border-radius: 30px 30px 0 0;
}
.searchCategory ul.nav.nav-tabs.cts-carousel.no-list-style li a {
  border: 1px solid #e2e2e2;
  flex-direction: column;
  min-width: 65px;
  min-height: 65px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 0 12px;
}
.mylisting-basic-form.featured-light .fs-tabs .nav-tabs > li.active > a {
  background: #000000cc !important;
  color: #fff !important;
}
.mylisting-basic-form.featured-light .fs-tabs .nav-tabs > li.active > a,
.mylisting-basic-form.featured-light .fs-tabs .nav-tabs > li.active > a i {
  color: #fff !important;
}
.featured-search .fs-tabs .tab-content {
  box-shadow: none;
}
.login-container {
  padding-top: 0;
  padding-bottom: 0;
}

.loginSection .elementor-widget-image img {
  min-height: calc(100vh - 90px);
  object-fit: cover;
}
.no-login-background .login-content {
  height: fit-content;
}
.no-login-background .login-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.contact-us a,
.contact-us p {
  font-family: Glacial Indifference;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #242429;
}
.items-counter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lmb-calltoaction a span {
  color: #fff;
}
.explore-head .explore-types .type-info > h4 {
  font-family: Glacial Indifference;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.explore-head .explore-types > div.active h4 {
  color: #33a529;
}
.newsCard {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}
.newsCard .flex-shrink {
  flex-shrink: 0;
}
.newsCard .flex-shrink img {
  width: 85px;
  height: 85px;
}
.newsContent {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.newsContent p {
  margin: 0;
  font-weight: 700 !important;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}
.newsContent p:last-child {
  font-weight: 400;
  font-size: 11px;
}
@media (max-width: 1400px) {
  .elementor-190 .elementor-element.elementor-element-afc2bad {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .elementor-190 .elementor-element.elementor-element-afc2bad {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .elementor-190 .elementor-element.elementor-element-afc2bad {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .no-login-background .login-container {
    display: flex;
    align-items: center;
  }
  .elementor-190 .elementor-element.elementor-element-afc2bad {
    width: 100%;
  }
}

.header .logo {
  position: relative;
  left: -35px;
  width: max-content;
  right: 0;
  margin: auto;
  width: 260px;
}
.header.header-scroll .logo {
  text-align: center;
}

.c27-main-header .logo img {
  height: 160px !important;
  max-height: 160px !important;
}

.i-nav li a,
.header .user-area > a,
.header .user-area > i.user-area-icon,
.view-cart-contents span,
.inbox-header-icon i,
.submenu-toggle,
.user-area .user-profile-name,
.view-cart-contents span,
.header .user-area span {
  color: #000000 !important;
}

.header-scroll .i-nav li a,
.header.header-scroll .user-area > a,
.header.header-scroll .user-area > i.user-area-icon,
.view-cart-contents span,
.header.header-scroll .inbox-header-icon i,
.header-scroll .user-area .user-profile-name,
.header-scroll .submenu-toggle i,
.header-scroll .view-cart-contents span {
  color: #fff !important;
}
.header.header-scroll .sub-menu li a {
  color: #000000 !important;
}
.sign-up-btn a span {
  font-family: Glacial Indifference;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.hero-text h1 {
  margin: 0;
}
.lf-head-btn span {
  color: #fff;
  opacity: 1;
}
.hero-wrapper.elementor-element.elementor-element-2woam06
  > .elementor-container {
  min-height: auto !important;
}
.get-found p {
  font-family: Glacial Indifference;
  font-weight: 400;
  font-style: Regular;
  font-size: 23px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
select#product-sort {
  border: 1px solid #d7d7d7;
  padding: 5px;
  border-radius: 3px;
  font-family: Glacial Indifference;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.header-inner.c27-main-header:not(.header-scroll) .header-skin,
.c27-main-header.header-scroll .header-skin {
  background: #f8ebd2 !important;
  border: 0;
}
.header-inner.header .logo {
  text-align: center;
}
.header-fixed {
  height: 170px !important;
  background: #f8ebd2 !important;
}
.header-inner.header-fixed {
  height: 100px !important;
  background: #f8ebd2 !important;
}
.header-inner.c27-main-header .logo img {
  height: 90px !important;
  max-height: 90px !important;
}

/* input[type=radio]{
  width: 22px;
  height: 22px;
  border: 1px solid var(--Color-3, #C2C2C2);
  margin-top: 0;
}
input:checked[type=radio]{
  accent-color: #33A529;
} */
/* Custom Radio btn */
.radio-container {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 10px 0;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

/* Hide default radio button */
.radio-option input[type="radio"] {
  display: none;
}

/* Custom radio button */
.radio-custom {
  width: 24px;
  height: 24px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

/* Checked state */
.radio-option input[type="radio"]:checked + .radio-custom {
  background-color: #4caf50;
  border-color: #4caf50;
}

/* Checkmark */
.radio-custom::after {
  content: "✓";
  color: white;
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.radio-option input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

/* Label styling */
.radio-label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  user-select: none;
}

.radio-option input[type="radio"]:checked ~ .radio-label {
  color: #2c3e50;
  font-weight: 600;
}

/* Custom Radio btn */
.mlduo-welcome-message {
  display: flex !important;
  align-items: start !important;
  justify-content: space-between !important;
}
.myaccount-custom-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0 !important;
}

.myaccount-custom-buttons a {
  border: 1px solid #fac21c !important;
  padding: 10px !important;
  border-radius: 5px !important;
  font-family: Inter !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  background-color: transparent !important;
  color: #000 !important;
}
.myaccount-custom-buttons a:last-child{
  background: #FAC21C !important;
}
.myaccount-custom-buttons a span {
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    font-weight: 900;
    line-height: 20px;
}

@media only screen and (min-width: 1201px) {
  .c27-top-content-margin {
    height: 100px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .header,
  .header.header-style-alternate,
  .header.header-style-alternate:not(.header-scroll),
  .header.header-style-default {
    padding: 0 !important;
    height: 150px !important;
  }
}



/* Policy Pages css */

    .policy-page .sheet{
      box-sizing:border-box;
      background:#ffffff;
    }

    .policy-page h1{
      font-size:30px;
      margin:0 0 10px 0;
      font-weight:700;
      color:#000;
    }

    .policy-page h4{
      font-size:22px;
      margin:28px 0 8px 0;
      font-weight:700;
      color:#000;
    }

    .policy-page p,
    .policy-page ul{
      font-size:20px;
      line-height:1.6;
      color:#595959;
      margin:0 0 10px 0;
    }

    .policy-page ul{
      margin:8px 0 12px 25px;
      padding:0;
      list-style:disc;
    }

    .policy-page .intro{
      font-size:20px;
      color:#595959;
      margin-bottom:18px;
    }

    .policy-page .section{
      margin-top:6px;
    }

    .policy-page .contact{
      margin-top:28px;
      font-size:20px;
      color:#595959;
      line-height:1.5;
    }
 .policy-page br{
        display: none;
      }
 /* About Us Section */
        .about-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 100px;
            gap: 80px;
        }

        .about-content {
            flex: 1;
            max-width: 450px;
        }

        .about-content h4 {
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 2px;
            margin-bottom: 20px;
            color: #000;
        }

        .about-content p {
            font-size: 16x;
            color: #666;
            margin-bottom: 15px;
            line-height: 1.8;
        }

        .about-illustration {
            flex: 1;
            position: relative;
        }

        .illustration-circle {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        /* What We Offer Section */
        .offer-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 100px;
            gap: 80px;
        }

        .offer-illustration {
            flex: 1;
            display: flex;
            justify-content: center;
        }

        .offer-content {
            flex: 1;
            max-width: 500px;
        }

        .offer-content h4 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 30px;
            color: #000;
        }

        .offer-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }

        .offer-icon {
            width: 0;
            height: 0;
            border-left: 8px solid #4A90E2;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            margin-right: 15px;
            margin-top: 6px;
            flex-shrink: 0;
        }

        .offer-item p {
            font-size: 16x;
            color: #666;
            line-height: 1.8;
        }

        .offer-item strong {
            color: #000;
            font-weight: 600;
        }

        /* Vision Section */

        .vision-section h4 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 30px;
            color: #000;
        }

        .vision-section p {
            font-size: 16px;
            color: #666;
            margin-bottom: 15px;
            line-height: 1.8;
        }

        .vision-section .italic-text {
            font-style: italic;
            margin-top: 25px;
            margin-bottom: 25px;
        }

        .contact-box {
            padding: 30px;
            border-radius: 8px;
            margin-top: 40px;
			border: 1px solid #F3E2C2;
    		background: #FFFAF1;
        }

        .contact-box h3 {
            font-family: Glacial Indifference;
			font-weight: 700;
			font-style: Bold;
			font-size: 22px;
			leading-trim: CAP_HEIGHT;
			line-height: 100%;
			letter-spacing: 0%;
			vertical-align: bottom;
            font-weight: 600;
            margin-bottom: 15px;
            color: #000;
			margin-top: 0;
        }

        .contact-box p {
            font-size: 16px;
            color: #666;
            line-height: 1.8;
        }

        .contact-box a {
            color: #4A90E2;
            text-decoration: none;
        }

        /* Illustration images - using CSS to create similar visuals */
        .team-illustration {
            width: 100%;
            max-width: 400px;
            height: auto;
        }

        .web-illustration {
            width: 100%;
            max-width: 350px;
            height: auto;
        }
@media (max-width: 1024px) {
    .about-section,
    .offer-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
	.offer-section{
		flex-direction:column-reverse;
	}

    .about-content,
    .offer-content {
        max-width: 100%;
    }

    .about-illustration,
    .offer-illustration {
        width: 100%;
        justify-content: center;
    }

    .team-illustration,
    .web-illustration {
        max-width: 100%;
    }
}

/* Mobile: 768px and below */
@media (max-width: 768px) {
    .about-section,
    .offer-section {
        margin-bottom: 60px;
        padding: 0 20px;
    }

    .about-content h4,
    .offer-content h4,
    .vision-section h4,
    .contact-box h3 {
        font-size: 20px;
    }

    .about-content p,
    .offer-item p,
    .vision-section p,
    .contact-box p {
        font-size: 15px;
    }

    .offer-item {
        flex-direction: row;
        align-items: flex-start;
    }

    .offer-icon {
        margin-right: 10px;
    }

    .vision-section {
        padding: 0 20px;
    }

    .contact-box {
        padding: 20px;
        margin-top: 30px;
    }

    .illustration-circle {
        flex-direction: column;
    }
}
    .about-content,
    .offer-content {
        max-width: 100%;
    }

    .about-illustration,
    .offer-illustration {
        width: 100%;
        justify-content: center;
    }

    .team-illustration,
    .web-illustration {
        max-width: 100%;
    }
}

/* Mobile: 768px and below */
@media (max-width: 768px) {
    .about-section,
    .offer-section {
        margin-bottom: 60px;
        padding: 0 20px;
    }

    .about-content h4,
    .offer-content h4,
    .vision-section h4,
    .contact-box h3 {
        font-size: 20px;
    }

    .about-content p,
    .offer-item p,
    .vision-section p,
    .contact-box p {
        font-size: 15px;
    }

    .offer-item {
        flex-direction: row;
        align-items: flex-start;
    }

    .offer-icon {
        margin-right: 10px;
    }

    .vision-section {
        padding: 0 20px;
    }

    .contact-box {
        padding: 20px;
        margin-top: 30px;
    }

    .illustration-circle {
        flex-direction: column;
    }
}

