@media screen and (max-width: 576px) {}

/* large screen */
@media screen and (max-width: 1440px) and (min-width: 1200px) {}

@media (max-width: 768px) {
  .service-row {
    flex-direction: column;
    text-align: center;
  }

  .service-row .img-col {
    margin-top: 22px;
  }

  .baner-2 {
    background-image: url(../images/Mob-Resp.webp);
    background-position: center;
    background-size: cover;
    align-items: start;
    text-align: center;
  }

  .baner-2 .banner-position {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px 0px 0px;
  }

  .baner-2 .main-title {
    font-size: 32px;
    line-height: 1.3;
  }

  .baner-2 .title-main-sub {
    font-size: 16px;
    margin-top: 10px;
  }

  .start-invest {
    margin-top: 18px;
  }
}

/* ------------------------- */

@media (max-width: 768px) {
  .navbar-brand img {
    width: 180px;
  }

  .nav-top {
    margin-bottom: 0px;
  }

  .navbar-toggler-icon {
    height: 2.5em;
  }

  .navbar-nav {
    align-items: start;
  }

  .help-desk,
  .nav-social {
    display: none;
  }

  .navbar>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* .navbar-brand {
    display: flex;
    align-items: center;
    margin-right: auto;
  } */

  #mobileMenuBtn {
    margin-left: auto;
    position: relative;
    z-index: 1051;
  }



  .navbar-collapse {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    overflow-y: auto;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    z-index: 1049;
  }

  .navbar-collapse.show {
    transform: translateY(0);
  }

  .start-invest {
    font-size: 14px;
    padding: 8px 16px;
  }

  .banner {
    padding-top: 20px;
  }

  .right-side-content-banner {
    text-align: start;
    padding-top: 20px;
    padding-left: 10px;
  }

  .right-side-content-banner h3 {
    font-size: 24px;
  }

  .banner-subtitle {
    font-size: 18px;
    margin-bottom: 0;
  }

  .banner-btn {
    margin-top: 12px;
    display: block;
    text-align: left;
    margin-left: 0;
  }

  .focus-area {
    padding-top: 45px;
    padding-bottom: 0px;
  }



  .cars-focus {
    text-align: center;
    padding-top: 24px;
  }

  .cars-focus .icon {
    position: static;
    margin: 6px auto 0 auto;
    display: block;
  }

  .about-tru {
    padding-top: 45px;
  }

  .six-cards .cards-content {
    padding: 25px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    text-align: left;
    border: 1px solid #e7e7e7;
    transition: 0.3s ease;
    cursor: pointer;
  }

  .six-cards .cards-content:hover {
    box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.07);
    transform: translateY(-6px);
  }

  .six-cards .cards-content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #2c2a77;
    margin-bottom: 12px;
  }

  .six-cards .cards-content p {
    margin-top: 16px;
    line-height: 1.6;
    font-size: 15px;
    color: #333;
  }

  .six-cards .illustration-box {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    margin: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle,
        rgba(44, 42, 119, 0.16),
        rgba(13, 106, 168, 0.16));
    position: relative;
  }

  .six-cards .illustration-box img {
    max-width: 70%;
    max-height: 70%;
    transition: 0.25s ease;
  }

  .six-cards .illustration-box:hover img {
    transform: scale(1.06);
  }

  .illustration-box i {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 34px;
    color: #2c2a77;
    transition: 0.3s;
  }

  .illustration-box i:hover {
    color: #0d6aa8;
  }

  .vm h5 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .bento-box h3 {
    font-size: 18px;
  }

  /* services */

  .services-tru-estate {
    padding-top: 45px;
    padding-bottom: 0px;
    background: #ffffff;
  }

  .service-headline-row {
    padding-bottom: 20px;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
  }

  .service-headline-row h2 {
    font-size: 28px;
    text-align: start;
    font-weight: 600;
    background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 50%, #1d1c5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.3px;
  }

  .services-tru-estate h3 {
    font-size: 24px;
    text-align: start;
    font-weight: 700;
    margin-bottom: 12px;
    padding-top: 30px;
    background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 50%, #1d1c5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .services-tru-estate p {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: start;
    color: #444;
  }

  .service-row {
    margin-top: -25px;
    margin-bottom: 20px;
    text-align: center;
    flex-direction: column;
  }

  .service-row .text-col {
    padding-top: 25px;
  }

  .service-row img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .service-grid .col-lg-4 {
    margin-bottom: 24px;
  }

  .service-grid {
    text-align: center;
  }

  /* tru values */

  .values {
    padding-left: 5px;
    padding-right: 0px;
  }

  .vm {
    padding-left: 15px;
    padding-right: 14px;
    padding-top: 45px;
  }

  .bento-grid {
    grid-template-columns: 1fr;
  }

  .big-left {
    grid-row: span 1;
  }

  .truestate-bento {
    margin-top: 20px;
  }

  .bento-heading {
    font-size: 28px;
    text-align: start;
  }

  .bento-sub {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: start;
  }

  .bento-box {
    padding: 15px;
  }

  /* who we are company-profile */

  .company-profile {
    padding-top: 45px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  /* our focus */
  .our-focus {
    padding-top: 45px;
  }

  /* who-we-are vission mission */
  .vission-mission {
    padding-top: 60px;
  }

  .vision-colum,
  .mission-colum {
    padding: 0;
  }

  /* who-we-are core values  */
  .core-values {
    padding-top: 45px;
  }

  .corevalues-title {
    font-size: 28px;
    text-align: start;
    font-weight: 700;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 50%, #1d1c5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .corevalues-title,
  .core-values-abstract {
    text-align: start;
    padding-left: 10px;
  }

  .value-box {
    padding: 20px 15px;
  }

  .values-row {
    margin-top: 10px;
  }

  /* who-we-are why-truestate */
  .core-values {
    padding-top: 45px;
  }

  .why-points-row {
    padding-top: 10px;
    padding-bottom: 45px;
  }

  .why-points-row ul {
    padding-left: 1rem;
  }

  /* CTA common */

  .cta-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .cta-text {
    font-size: 18px;
    margin: 0 auto 10px auto;
  }

  /* hero section common */

  .hero {
    padding: 45px 0 45px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .values-row {
    grid-template-columns: 1fr;
  }

  /* what we do */

  .service-detail-row h3 {
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 24px;
    padding-top: 10px;
  }

  .service-detail-section {
    padding: 10px 0;
  }

  .service-section-merger {
    padding-top: 0;
  }

  .service-img-col {
    padding-bottom: 20px;
  }

  .service-detail-row .service-text-box-left:hover {
    border: none;
  }

  .service-text-box-left {
    padding-left: 0;
    border: none;
  }

  .service-text-box-left p {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: start;
    color: #444;
  }

  .service-detail-row .service-text-box-right:hover {
    border: none;
  }

  .service-text-box-right {
    padding-left: 0;
  }


  .service-detail-row {
    flex-direction: column;
  }

  .service-img-col {
    order: 1;
    text-align: center;
  }

  .service-text-col {
    order: 2;
  }

  .expertise-title {
    padding-top: 25px;
    padding-bottom: 5px;
  }

  .service-list {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  /* investor relation */

  .investor-intro {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .footer-bottom {
    text-align: center;
  }

  .policy-links {
    margin-top: 10px;
  }

  .investor-platform {
    padding-top: 45px;
    padding-bottom: 0px;
  }

  .social-icon-footer a {
    margin-right: 5px;
  }

  .investor-intro h2 {
    font-size: 28px;
    text-align: start;
    font-weight: 600;
    background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 50%, #1d1c5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    padding-bottom: 5px;
  }

  .investor-commitment {
    padding-top: 45px;
    padding-bottom: 0px;
  }

  .investor-commit-title {
    font-size: 28px;
    text-align: start;
    font-weight: 600;
    background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 50%, #1d1c5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    padding-bottom: 5px;
  }

  .investor-trust {
    padding: 45px 0;
  }


  /* insights and opinions */

  .insights-intro {
    padding-top: 45px;
    padding-bottom: 0px;
  }

  .insights-intro h2 {
    font-size: 28px;
    text-align: start;
    font-weight: 600;
    background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 50%, #1d1c5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    padding-bottom: 5px;
  }

  .insights-intro p {
    font-size: 16px;
    text-align: start;
  }

  .residential-properties {
    padding: 45px 0;
    background: #f4f8fd;
  }


  /* contact */

  .contact-info-section {
    padding: 45px 0;
  }


  .contact-form-section {
    padding: 45px 0;
  }

  /* what we do leadership */

  .leadership-profile {
    padding-top: 45px;
    padding-bottom: 0px;
  }

  .team-section {
    padding: 45px 0;
  }
}


/* footer */
.footer-section {
    padding-top: 38px;
    padding-bottom: 38px;
}

.footer-section ul ,
.footer-section li{ 
  padding-bottom: 5px;
}


.footer-section > .col-lg-3{
    margin-bottom: 8px;
}