*{
  margin: 0;padding: 0;box-sizing: border-box;scroll-behavior: smooth;
}



/* Profile */

body{
  font-family: 'Poppins', sans-serif;
      /* background: #0b1454; */
      color: #fff;
}
.home_body {
      font-family: 'Poppins', sans-serif;
      background: #0b1454;
      color: #fff;
    }

.profile {
      display: flex;
      flex-wrap: wrap;
      align-content: center;
    }

    /* HERO SECTION */
    .hero-section {
      min-height: 100vh;
      padding: 10px 10px;
      justify-content: center;
      align-content: center;
      position: relative;
      overflow: hidden;
    }

    /* LEFT PROFILE */

    .left {
      /* border: 1px solid black; */
      text-align: center;
      /* margin-left: 30px; */
    }

    .profile-circle {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      text-align: center;
      justify-content: center;
      margin-bottom: 20px;
    }

    .profile-circle img {
      width: 220px;
      height: 220px;
      border-radius: 50%;
      object-fit: cover;
    }

    .profile-text {
      text-align: center;
      padding: 20px;
      font-size: 18px;
      line-height: 1.6;
      font-family: 'Times New Roman', Times, serif;
    }

    /* CENTER TEXT */
    .main-heading {
      font-size: 35px;
      font-weight: 600;
      width: 300px;
      height: auto;
      /* border: 1px solid black; */
      line-height: 1.3;
      text-align: center;
    }

    .sub-heading {
      margin-top: 15px;
      /* border: 1px solid black; */
      text-align: center;
      width: 300px;
      font-size: 25px;
      font-weight: 400;
    }

    /* RIGHT ICONS */
    .hero-section1 {
      background: #0b144f;
      /* padding: 40px; */
    }

    .icon-wrapper {
      position: relative;
      width: 520px;
      height: 520px;
      margin: auto;
    }

    .container2 {
      width: 500px;
      /* border: 2px solid black; */
      height: auto;
    }


    .center-circle {
      position: absolute;
      inset: 0;
      margin: auto;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: #fff;
      color: #0b144f;
      font-weight: 600;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 0 8px #0b144f;
    }

    .service-item {
      position: absolute;
      text-align: center;
      width: 110px;
    }

    .service-circle {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #fff;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .service-circle img {
      width: 40px;
    }

    .service-item span {
      font-size: 13px;
      color: #fff;
      display: block;
      margin-top: 8px;
      font-weight: 500;
    }


    .pos-1 {
      top: 0;
      left: 50%;
      transform: translateX(-50%);
    }

    .pos-2 {
      top: 20px;
      right: 55px;
    }

    .pos-3 {
      top: 110px;
      right: -30px;
    }

    .pos-4 {
      bottom: 100px;
      right: -20px;
    }

    .pos-5 {
      bottom: 10px;
      right: 70px;
    }

    .pos-6 {
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
    }

    .pos-7 {
      bottom: 10px;
      left: 70px;
    }

    .pos-8 {
      bottom: 110px;
      left: -20px;
    }

    .pos-9 {
      top: 150px;
      left: -30px;
    }

    .pos-10 {
      top: 20px;
      left: 55px;

    }
    .pos-11{
      top: 100px;
      left: 35px;
    }


    @media (max-width: 768px) {
      .icon-wrapper {
        width: 360px;
        height: 360px;
      }

      .center-circle {
        width: 140px;
        height: 140px;
        font-size: 14px;
      }

      .service-circle {
        width: 60px;
        height: 60px;
      }

      .service-circle img {
        width: 30px;
      }
    }

    @media (max-width: 480px) {
      .icon-wrapper {
        width: 300px;
        height: 300px;
      }

      .service-item span {
        font-size: 10px;
      }
    }

    .copy {
      display: none;
    }

    .click{
      text-align: center;
      font-size: 20px;
      font-weight: 500;
      color: black;
      padding: 20px;
      margin:20px auto;
      border-radius: 10px;
      background-color: white;

    }

    @media(max-width:770px) {
      .container2 {
        display: none;

      }

      .copy {
        display: block;
      }

    }




    /* Card Styling */
    .service-card {
      border-radius: 12px;
      border: none;
      padding: 15px;
      transition: transform 0.3s ease;
      height: 100%;
    }

    .service-card:hover {
      transform: translateY(-6px);
    }

    .service-card img {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin: 20px auto 10px;
    }

    .card-title {
      font-size: 12px;
      font-weight: 600;
      text-align: center;
    }



    @media (max-width: 576px) {
      .center-circle {
        width: 150px;
        height: 150px;
        font-size: 14px;
      }
    }

    @media(max-width:774px) {
      .container3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;

      }
    }

    @media (max-width: 1025px) {
      .profile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;
      }

    }

    /*--------------------------- Socila icons */
    .social-icons {
            position: fixed;
            right: 15px;
            top: 25%;            
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 999;
        }

        .social-icons a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        
        .social-icons img {
            width: 50px;
            height: 50px;
            object-fit: contain;
            transition: transform 0.3s ease;
        }

       
        .social-icons img:hover {
            transform: scale(1.1);
        }

        @media (max-width: 576px) {
            .social-icons {
                right: 8px;
            }

            .social-icons img {
                width: 44px;
                height: 44px;
            }
        }



/*------------------------------ >MMP Property Services */

.mmp-grps {
  background-color: #f5f6fa;
}

.mmp-grps .container {
  max-width: 1024px;
  height: auto;
}

.mmp-grps .row {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.mmp-grps .row:hover {
  transform: translateY(-5px);
}


.left-img {
  overflow: hidden;
}

.left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.right-img {
  max-width: 220px;
}

.mmp-grps h5 {
  font-size: 20px;
}

.mmp-grps p {
  font-size: 15px;
  line-height: 1.7;
}


@media (max-width: 991px) {
  .mmp-grps .row {
    flex-direction: column;
  }

  .left-img {
    height: 260px;
  }

  .left-img img {
    height: 100%;
  }

  .right-img {
    max-width: 200px;
  }
}


@media screen and (max-width: 768px) and (max-height: 523px) {

  .mmp-grps .row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .mmp-grps .left-img {
    width: 50%;
    height: auto;
  }

  .mmp-grps .left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mmp-grps .col-md-4 {
    width: 50%;
    padding: 30px;
    text-align: left;
  }

  .right-img {
    max-width: 180px;
  }

  .mmp-grps h5 {
    font-size: 18px;
  }

  .mmp-grps p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 600px) {

  .mmp-grps .row {
    flex-direction: column;
    text-align: center;
  }

  .mmp-grps .left-img {
    width: 100%;
    height: 220px;
  }

  .mmp-grps .left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mmp-grps .col-md-4 {
    width: 100%;
    padding: 25px !important;
    align-items: center;
  }

  .right-img {
    margin: 0 auto 15px;
    max-width: 170px;
  }

  .mmp-grps h5 {
    font-size: 17px;
  }

  .mmp-grps p {
    font-size: 14px;
    line-height: 1.6;
  }

  .mmp-grps .btn {
    width: 100%;
  }
}



.section-dark {
  background-color: #0b1556;
  color: #ffffff;
  min-height: 380px;
}


.section-light {
  background-color: #ffffff;
  color: #0b1556;
  min-height: 380px;
}


.section-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 60px;
}

.section-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.divider {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
}


.section-text {
  display: flex;
  align-items: center;
  padding: 60px;
  font-size: 1rem;
  line-height: 1.8;
}

.mission-list {
  padding-left: 1.2rem;
}

.mission-list li {
  margin-bottom: 1rem;
}


@media (max-width: 768px) {
  .section-title {
    font-size: 2.2rem;
  }

  .section-center,
  .section-text {
    padding: 40px 25px;
  }
}

.text-primary {
  color: #094bf3 !important;
}



.journey-section .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.no-1-journey:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  color: #112469;
}

.bg-dark {
  background-color: #0b1556 !important;
}

.form-control:focus {
  box-shadow: none;
}

.footer-section {
  padding: 90px 0 30px;
  background-color: #ffffff;
  color: #0b1556;
  font-family: "Inter", sans-serif;
}

.footer-row {
  margin-bottom: 60px;
}


.footer-section h6 {
  font-weight: 600;
  margin-bottom: 22px;
}


.footer-links a {
  display: block;
  margin-bottom: 18px;
  color: #0b1556;
  text-decoration: none;
}

.footer-address p {
  line-height: 1.9;
  margin: 0;
}


.footer-contact p {
  margin-bottom: 14px;
}

.footer-email {
  margin-top: 28px;
}


.footer-logo img {
  max-width: 180px;
}


.footer-bottom {
  text-align: center;
  font-size: 14px;
}


/* ----------------------------------------------About */

.About_body{
  background-color: #ffffff;
}

.about-section {
  padding: 90px 0;
  background-color: #ffffff;
}

.about_us {
  position: relative;
  height: 95vh;
}

.about-label {
  color: #0b1b6f;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  width: 900px;
  margin-left: 70px;
}

.trust-heading {

  font-size: 50px;
  font-weight: 500;
  width: 900px;
  margin-left: 80px;
  color: #0b1b6f;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: Georgia, serif;
}

.trust-heading1 {

  width: 900px;
  margin-left: 80px;
  font-size: 50px;
  font-weight: 500;
  color: #0b1b6f;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: Georgia, serif;
}


@media (max-width: 768px) {
  .trust-heading {
    font-size: 36px;
  }

  .about-section {
    padding: 50px 20px;
    text-align: center;
  }
}

.content-media-wrapper {

  align-items: center;
  gap: 20px;
}

.mmp_group {
  /* border: 1px solid black; */
  display: flex;
  width: 900px;
  margin-left: 70px;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: 225px;
}

.community-p {
  width: 400px;
  height: auto;

}

.content-media-wrapper img {
  width: 380px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.community-text {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
}

@media (max-width: 768px) {
  .content-media-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .content-media-wrapper img {
    width: 100%;
  }
}

@media(max-width: 800px) {
  .about-us {
    margin: 0;
    padding: 0;
    width: 600px;
  }

  .about-label {
    width: 600px;
  }

  .about-section {
    margin: 0;
    padding: 0;
    width: 600px;
    height: auto;
    text-align: center;
    height: 110vh;

  }

  .trust-heading {
    width: 600px;
  }

  .trust-heading1 {
    width: 600px;
    font-weight: 300;
  }

  .mmp_group {
    padding: 20px;
    width: 600px;
    display: flex;
    flex-direction: column;
  }

  .content-media-wrapper img {
    width: 250px;
    height: auto;

  }

  .content-media-wrapper {
    flex-direction: column;
    text-align: center;
  }

}

@media(max-width: 500px) {
  .about-us {
    margin: 0;
    padding: 0;
    width: 250px;
  }

  .about-label {
    width: 250px;
  }

  .about-section {
    margin: 0;
    padding: 0;
    width: 250px;
    height: auto;
    text-align: center;
    height: 140vh;

  }

  .trust-heading {
    width: 250px;
  }

  .trust-heading1 {
    width: 240px;
    font-weight: 100;
  }

  .mmp_group {
    padding: 70px;
    width: 230px;
  }

  .content-media-wrapper img {
    width: 250px;
    height: auto;

  }

  .content-media-wrapper {
    flex-direction: column;
    text-align: center;
  }

}


.about {
  font-family: "Segoe UI", sans-serif;

}

.section-dark {
  background: linear-gradient(135deg, #0b134f, #121b6e);
  color: #fff;
  padding: 80px 60px;
}

.section-light {
  background-color: #ffffff;
  padding: 80px 60px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.title-divider {
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 10px;
}

.vision-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  max-width: 500px;
}

.values-list li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 768px) {

  .section-dark,
  .section-light {
    padding: 40px 25px;
    text-align: center;
  }

  .vision-text {
    margin: auto;
  }
}


/* -------------------------------------------Contact */

body.main-body {
  margin: 0;
  background-color: #0d1550;
  color: #ffffff;
  
}

section.talk-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.talk-wrapper {
  width: 85%;
  max-width: 900px;
  text-align: center;
}

h1.talk-title {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 12px;
}

p.talk-description {
  color: #cfd3ff;
  margin-bottom: 55px;
}

form.talk-form {
  width: 100%;
}

div.form-row {
  display: flex;
  gap: 40px;
  margin-bottom: 35px;
}

div.input-box {
  width: 100%;
  text-align: left;
}

label.input-label {
  font-size: 0.9rem;
  display: block;
  margin-bottom: 6px;
}

label.required-label::after {
  content: " *";
  color: red;
}

input.text-input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 6px 0;
  color: #ffffff;
  font-size: 1rem;
  outline: none;
}

textarea.message-input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  color: #ffffff;
  font-size: 1rem;
  resize: none;
  outline: none;
}


input.text-input:hover,
textarea.message-input:hover {
  border-bottom-color: #cfd3ff;
  border: 0;
}

div.message-box {
  text-align: left;
  margin-top: 10px;
}

button.submit-button {
  margin-top: 45px;
  padding: 12px 48px;
  background-color: #ffffff;
  color: #0d1550;
  border: none;
  font-size: 1rem;
  cursor: pointer;
}

button.submit-button:hover {
  background-color: #cfd3ff;
}

@media (max-width: 768px) {
  div.form-row {
    flex-direction: column;
    gap: 25px;
  }

  h1.talk-title {
    font-size: 3rem;
  }
}