@import url("https://db.onlinewebfonts.com/c/5ebc09361aef4dbfa14ad8492b8cca11?family=SangBleu+Sunrise");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.property-container {
    max-width: 1075px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

.card-container {
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

img {
    width: 100%;
    height: 100%;
}

h1 {
    font-family: "SangBleu Sunrise", serif;
}

h2 {
    font-family: "SangBleu Sunrise", serif;
}
p{
     font-family: "DM Sans", sans-serif;
}
.cmn-btn {
    background-color: #8c52ff;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 500;
}


/* header--------------------------- */
.container-head {
    max-width: 1398px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

.main-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}

.logo img {
    height: 160px;
}

/* Navbar */
nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

nav a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: 0.3s;
     font-family: "DM Sans", sans-serif;
}

nav a:hover {
    color: #6a4df5;
}

/* Contact Us button */
.btn {
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    background: #d9d9e7;
    color: #333;
    cursor: pointer;
    font-size: 14px;
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 3px;
}

/* Mobile Menu */
@media (max-width: 768px) {
    nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 30px;
        background: white;
        width: 200px;
        padding: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    nav.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }
}

/* banner--------------------------- */
.banner-sec {
    position: relative;
    top: 100px;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: -20px;

}

.container-banner {
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.banner-div {
    background-image: url('../image/banner-bgimg.png');
    width: 100%;
    height: 100vh auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
}

.banner-para {
    max-width: 878px;
    text-align: center;
    margin: 0 auto;
}

.banner-para h1 {
    padding-top: 48px;
}

.child-banner figure {
    width: 100%;
    max-width: 1118px;
    margin: 0 auto;
    margin-top: 36px;
    text-align: center;
}
/* property-sec------------------------------------------ */
.property-section {
    padding: 80px 0;

}

.property-main {
    margin-top: 100px;
}

.property-section h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #222;
    font-family: "SangBleu Sunrise", serif;
}

.property-section img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.property-section p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.6;
}

.image-1 {
    width: 100%;
    max-width: 440px;
}

.image-2 {
    width: 100%;
    max-width: 475px;
}



/* card-secc -------------------------------------------*/
.card-sec {
    background-image: linear-gradient(#CFC6D3, #e6e0e6);
    padding: 100px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 50px;
    font-weight: 400;
    color: #222;
    font-family: "SangBleu Sunrise", serif;
}

.section-title p {
    color: #555;
}

.custom-card {
    border: none;
    background-color: #AA6AAA;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.custom-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.grey-col {
    background-color: #EAE4EA;
}

.card-body {
    padding: 20px;
}

.card-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.card-text {
    font-size: 0.95rem;
    color: #555;
}

.card-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e1c1e;
    text-decoration: none;
}

.card-link:hover {
    text-decoration: underline;
}

/* Colored card variant */
.bg-purple {
    background: #8c52ff;
    color: #fff;
}

.bg-purple .card-link {
    color: #fff;
}

.sebx {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
}

.box-se {
    width: 100px;
    height: 100px;
    background-color: #000;
    position: absolute;
    top: 50%;
    margin: 0 auto;
}

/* slider-sec------------------------------------------ */
.testimonial-section {
    text-align: center;
    padding: 60px 20px;
    /* max-width: 900px; */
    max-width: 1140px;
    margin: auto;
}

.testimonial-section h3 {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
}

.testimonial-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

/* Profile slider wrapper */
.profile-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 15px;
    padding: 10px 0;
    justify-content: center;
}

.profile-slider::-webkit-scrollbar {
    display: none;
    /* hide scrollbar */
}

.profile {
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
}

.profile img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0.6;
    transition: 0.3s;
    border: 2px solid transparent;
}

.profile:hover img,
.profile.active img {
    opacity: 1;
    transform: scale(1.1);
    border: 2px solid #a45cc3;
}

/* Testimonial content */
.testimonial-content {
    margin-top: 25px;
    min-height: 160px;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.author {
    font-weight: bold;
    color: #a45cc3;
}

.designation {
    font-size: 14px;
    color: #777;
}

/* Prev/Next Buttons */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #a45cc3;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.slider-wrapper {
    position: relative;
}

@media (max-width: 768px) {
    .testimonial-section h2 {
        font-size: 24px;
    }

    .profile img {
        width: 55px;
        height: 55px;
    }
}


/* footer----------------------------------------- */
  .container-foot {
      max-width: 1398px;
      margin: auto;
      padding: 0 20px;
    }

    /* Top Bar */
    .footer-top {
        max-width: 945px;
      background: #b197a4;
      color: #fff;
      text-align: center;
      padding: 25px 20px;
      border-radius: 6px;
      margin-bottom: -40px;
      position: relative;
      top: 60px;
      margin: 0 auto;
      z-index: 2;

    }
    .footer-top h2 {
      font-size: 28px;
      margin-bottom: 10px;
    }
    .footer-top button {
      background: #fff;
      color: #333;
      padding: 10px 25px;
      border-radius: 25px;
      border: none;
      cursor: pointer;
      font-weight: bold;
      transition: 0.3s;
    }
    .footer-top button:hover {
      background: #eee;
    }

    /* Footer Main */
    footer {
      background: #101728;
      padding: 80px 20px 30px;
      border-radius: 15px 15px 0 0;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr 1fr 1fr 1.5fr;
      gap: 30px;
      margin-bottom: 40px;
      margin-top: 50px;
    }

    /* Logo */
    .footer-logo img {
      height: 166px;
      width: 200px;
      margin-bottom: 15px;
    }
    .footer-logo p {
      font-size: 14px;
      line-height: 1.6;
      color: #ccc;
    }

    /* Links */
    h4 {
      font-size: 18px;
      margin-bottom: 15px;
      text-decoration: underline;
      color: #fff;
    }
    ul {
      list-style: none;
    }
    ul li {
      margin-bottom: 10px;
    }
    ul li a {
      color: #ccc;
      text-decoration: none;
      font-size: 14px;
      transition: 0.3s;
    }
    ul li a:hover {
      color: #fff;
    }

    /* Newsletter */
    .newsletter input {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 25px;
      outline: none;
      width: 70%;
      margin-right: 10px;
    }
    .newsletter button {
      background: #b197a4;
      border: none;
      border-radius: 50%;
      padding: 10px 15px;
      cursor: pointer;
      color: #fff;
    }

    /* Social Icons */
    .social {
      margin-top: 20px;
      display: flex;
      gap: 15px;
    }
    .social a {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: #fff;
      color: #101728;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 16px;
      transition: 0.3s;
    }
    .social a:hover {
      background: #b197a4;
      color: #fff;
    }

    /* Copyright */
    .footer-bottom {
      text-align: center;
      font-size: 14px;
      color: #aaa;
      border-top: 1px solid #222;
      padding-top: 15px;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }
    }
    @media (max-width: 600px) {
      .footer-grid {
        grid-template-columns: 1fr;
      }
      .newsletter input {
        width: 100%;
        margin-bottom: 10px;
      }
      .newsletter button {
        border-radius: 25px;
        padding: 10px 20px;
      }
    }



/* Responsive */
@media (max-width: 991px) {
    .property-main {
        margin: 0 auto;
        text-align: center;
    }

    .property-main h2 {
        margin-top: 80px
    }
}

@media (max-width: 576px) {
    .testimonials h2 {
        font-size: 30px;
        color: #334155;
        margin-bottom: 3rem;
        font-weight: 400;
    }

    .section-title h2 {
        font-size: 30px;
        font-weight: 400;
        color: #222;
        font-family: "SangBleu Sunrise", serif;
    }

    .property-section h2 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 30px;
        color: #222;
        font-family: "SangBleu Sunrise", serif;
    }
    footer{
        text-align: center;
    }
}