* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

section {
    overflow: hidden;
}

/* navbar area */
/* Transparent navbar initially */
.transparent-navbar {
    background: transparent !important;
    transition: background-color 0.4s ease;
}

/* Solid color after scrolling */
.transparent-navbar.scrolled {
    background: #fff !important;
}
.transparent-navbar.scrolled .navbar-toggler-icon {
    filter: brightness(0) invert(1) !important;
}
.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #3C64FF !important;
}

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* fixes small jump */
}

/* Keep link active on hover */
.nav-item.dropdown:hover .nav-link {
    color: #000;
}

.nav-link {
    color: #000 !important;
    position: relative;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3C64FF;
    /* width: 0; */
    height: 1px;
    transform: scale(0);
    transition: all .3s;
    right: 0;
    transform-origin: center;
}

.nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3C64FF;
    width: 100%;
    height: 1px;
    transform: scale(1);
    transition: all .3s;
}

.nav-link:hover {
    color: #5f5f5fab !important;
}

.header-bar button {
    width: 150px;
    height: 40px;
    background-color: transparent;
    border: 1px solid#000;
    transition: all.3s;
}

.header-bar button a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    transition: all.3s;
}

.header-bar button:hover {
    color: #fff;
    border: 1px solid #3C64FF;
    background-color: #3C64FF;
    transition: all.3s;
}

.header-bar button:hover a {
    color: #fff;
    transition: all.3s;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff !important;
    padding: 20px !important;
}

/* banner start */
.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #444; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
}

.banner2 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    background-attachment: fixed;
    position: relative;
}

.banner3 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
}

.banner-content {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    text-align: center !important;
}

.banner-content3 {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
}

.banner-content3 h1 {
    color: #fff;
    margin-top: 200px;
    font-size: 30px !important;
    font-weight: 700;
}

.banner-content p {
    font-size: 16px;
    color: #fff;
    /* line-height: 30px; */
    width: 500px;
    margin: 0 auto;
    /* margin-top: 30px; */

    font-weight: 500;
    text-align: center;
}

.banner-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    /* text-align: left !important; */
}

.banner-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 200px;
    color: #fff;
    margin-bottom: 0;
    /* line-height: 25px; */
    /* text-align: left !important; */
    font-weight: 400;
}

.banner-content button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all.3s;
}

.banner-content button a {
    color: #fff;
    text-decoration: none;
    /* font-weight: 700; */
    transition: all .3s;
}

.banner-content button:hover {
    color: #fff;
    background-color: #3C64FF;
    border: 1px solid #3C64FF;
    transition: all.3s;
}

.banner-content button:hover a {
    color: #fff;
    transition: all.3s;
}



.swiper-button-next::before {
    content: "";
    position: absolute;
    background-color: #3c64ff4f;
    width: 100%;
    height: 40px;
    bottom: 0;
    border: 3px solid #3C64FF;
    transition: all.3s;
}

.swiper-button-next:hover::before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 40px;
    bottom: 0;
    border: 3px solid #3C64FF;
    transition: all.3s;
}

.swiper-button-prev::before {
    content: "";
    position: absolute;
    background-color: #3c64ff4f;
    width: 100%;
    height: 40px;
    bottom: 0;
    border: 3px solid #3C64FF;
    transition: all.3s;
}

.swiper-button-prev:hover::before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 40px;
    bottom: 0;
    border: 3px solid #3C64FF;
    transition: all.3s;
}

.swiper-button-prev i {
    color: #fff;
    font-size: 20px;
}

.swiper-button-next i {
    color: #fff;
    font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    svg {
        height: 100%;
        object-fit: contain;
        transform-origin: center;
        width: 100%;
        fill: currentColor;
        pointer-events: none;

    }
}

/* property */
.property h5 {
    color: #777;
    font-size: 18px;
    font-weight: 400;

}

.testimonmial {
    margin-top: 100px;
}

.property h2 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}

.property-images:hover .property-direction {
    transition: all.3s;
    display: block;
}

.property-direction {
    position: absolute;
    top: 0;
    background-color: transparent;
    border: 3px solid #fff;
    padding: 10px;
    position: absolute;
    /* or fixed */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all.3s;
    display: none;
}

.property-direction i {
    background-color: #3c64ffc7;
    color: #fff;
    padding: 10px;
    width: 40px;
}



.property-box {
    border: 1px solid #00000036;
}

.property-info {
    display: flex;
    justify-content: space-around;
}

.property-details {}

.property-images {
    position: relative;
}

.property-images h4 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3C64FF;
    color: #fff;
    font-size: 13px;
    padding: 15px;
}

.property-details h4 {
    font-size: 15px;
}

.property-content {
    padding: 20px;
}

.property-content p {
    margin-bottom: 10px;
    color: #7f7f7f;
}

.property-content a {
    text-decoration: none;
    background-color: #3C64FF;
    color: #fff;
}

.btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}



/* services */
.content6 {
    margin-top: 100px;
    margin-bottom: 35px;
}

.content6 h4 {
    color: #777;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.content6 h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.navvv {}

/* NORMAL TABS */
.navvv .nav-link {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    background: #f5f5f5;
    border-radius: 0;
    width: 100%;
    transition: all.3s;
}

/* ACTIVE TAB */
.navvv .nav-link.active {
    background-color: #3C64FF !important;
    color: white !important;
    position: relative;
    width: 100%;
    border-radius: 0;
    transition: all.3s;
}

/* ACTIVE TRIANGLE (PERMANENT) */
.navvv .nav-link.active::after {
    content: "";
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #3C64FF;
    transition: all.3s;
    /* same green */
}

/* Hover only for non-active tab */
.navvv .nav-link:hover:not(.active) {
    background-color: #d9d9d9;
}

.navvv button {
    color: #000000;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    margin-top: 25px;
}

.imgggg {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
}

.price-1 h3 {
    color: #000;
    font-weight: 700;
}

.pricing-box {
    padding: 20px;
}

.price-list ul {
    list-style: none;
    padding: 0;
}

.price-list li {
    margin-top: 5px;
}

.price-list i {
    background-color: blue;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
}

.price-list button {
    width: 150px;
    background-color: #3C64FF;
    height: 40px;
    transition: all.3s;
}

.price-list button:hover {
    background-color: #000;
    transition: all.3s;
}

.detail {
    text-decoration: none;
    color: #fff;
}

/* why choose us */
.choose-us {
    background-color: #000;
    padding: 50px;
}

.why-us ul {
    padding: 0;
    list-style: none;
}

.why-us li {
    margin-top: 5px;
    color: #fff;
}

.why-us i {
    background-color: #fff;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    padding: 2px;
    margin-right: 5px;
}

.why-content h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;

}

.why-content {
    padding-top: 50px;
}

.why-content h2 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.why-content p {
    color: #fff;
}

.why-us button {
    width: 150px;
    background-color: #3C64FF;
    height: 40px;
    transition: all.3s;
}

.why-us button:hover {
    background-color: #000;
    transition: all.3s;
}


/* testimonmial */
.testimonial {
    background: linear-gradient(rgba(0, 0, 0, 17%)), url(https://antwanwilliamsrealtor.com/wp-content/uploads/2025/12/transparent-bg.png) center/cover no-repeat;
    width: 100%;
    height: 500px;
}


.testimonial-image {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.testimonial-image img {
    border-radius: 50%;
    width: 130px;
    /* height: 100px; */
}

.testimonial-area {
    padding: 100px;
}

#img-testi {
    width: 30px;
    float: right;
    position: relative;
    right: 50px;
}

.testimonial-content img {
    width: 30px;
}

.testimonial-content p {
    text-align: left;
    padding: 30px 50px;
}

.testimonial-content h4 {
    font-size: 30px;
    font-weight: 300;
    /* line-height: 36px; */
    max-width: 900px;
    margin: 0 auto 0 auto;
    padding: 20px 0 30px 0;
    position: relative;
    text-align: left;
}

/* Navigation / pagination color */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet {
    background: #fff !important;
    color: #000 !important;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    border: 1px solid #fff;
    opacity: 1;
}

/* FEATURES */
.features {
    text-align: center;
    padding: 100px;
}

.features i {
    color: #7f7f7f;
    font-size: 60px;
    transition: all.3s;
}

.feature-box:hover .features i {
    color: #3C64FF;
    transition: all.3s;
}

.features h3 {
    font-size: 15px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #7f7f7f;
    margin-top: 20px;
    transition: all.3s;
}

.feature-box:hover .features h3 {
    color: #3C64FF;
    transition: all.3s;
}

.features h6 {
    font-size: 10px;
    font-weight: 900;
    line-height: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #7f7f7f;
    transition: all.3s;
}

.feature-box:hover .features h6 {
    color: #3C64FF;
    transition: all.3s;
}

/* faq */
.faq-area {
    padding: 100px 20px;
}

.accordion-button::after {

    transition: all.3s;
    background-image: url(https://antwanwilliamsrealtor.com/wp-content/uploads/2025/12/plus-symbol-button.png) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(https://antwanwilliamsrealtor.com/wp-content/uploads/2025/12/minus-sign.png) !important;
    transition: all.3s;

}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    /* border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); */
    margin-top: 15px !important;
    border: 2px solid #00000052 !important;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #00000052;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #fff !important;
}

/* contact */

.content4 img {
    background-color: #3C64FF;
    width: 70px;
    padding: 15px;
    border-radius: 5px;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.content5 h3 {
    font-size: 17px;
    font-weight: 600;
}

.contact-section {
    margin-top: 100px;
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    font-family: "Aboreto", system-ui;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.contact-section h2 {
    font-size: 48px;
    font-family: "Aboreto", system-ui;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.contact-image {
    background: linear-gradient(rgba(0, 0, 0, 62%)), url(https://antwanwilliamsrealtor.com/wp-content/uploads/2025/12/contact-image.jpg) center/cover no-repeat;
    height: 100%;
    width: 100%;
    padding: 100px 0;

}

.map-area {
    padding-top: 100px;
}

/* Footer Section Start Here */
footer {
    background-color: #000;
    position: relative;
    padding-top: 25px;
}

/* footer:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #222222f5;
          z-index: 0;
        } */
.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
    /* border-top: 1px solid #2525251e; */
}

.socialmediaicon li a i {
    background-color: #3C64FF;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #fff;
    transition: 0.3s;
    border-radius: 100px;
}

.socialmediaicon ul {
    list-style: none;
    padding: 0;
}

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #3C64FF;
    color: #fff;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    text-decoration: none;
    color: #fff;
}

.copyRight p {
    color: #fff;
}



/* About Us Page */

/* <!-- premium services --> */
.about-us h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.about-us h2 {

    font-size: 50px;
    font-weight: 600;
    color: #3C64FF;
    margin-bottom: 20px;
}

.about-us p {
    margin-top: 0;
    font-size: 16px;
    color: #00000070;
    font-weight: 700;
}

.about1 {
    padding: 100px;
}

.about-image {
    position: relative;
}

.about-image img {
    height: 400px !important;
    object-fit: cover;
    width: 400px;
}

.black-bg {
    position: absolute;
    width: 76%;
    height: 80%;
    background-color: #000000de;
    left: -25px;
    top: 100px;
    z-index: -3;
}

.about-us .header-bar button {
    background-color: #3C64FF;
    color: #fff;
    padding: 0;
}

.about-us .header-bar button:hover a{
    color: #000;
}


/* our mission */
.mission {
    background-color: #000;
    width: 100%;
    margin-top: 100px;
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    font-family: "Aboreto", system-ui;
    margin-top: 50px;
}

.mission-content h3 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Aboreto", system-ui;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Aboreto", system-ui;
    margin-bottom: 50px;
}

.mission-box {
    background-color: #fff;
    margin-top: 50px;
    /* width: 264px; */
    height: 290px;
    margin-bottom: 30px;
    padding: 40px;
    gap: 10px;
}

.mission-box-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 35px;
    margin-top: 25px;
    letter-spacing: 1px;
    font-family: "Aboreto", system-ui;
}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0rem;
    color: #5f5f5f;
    font-weight: 600;
    font-family: "Aboreto", system-ui;
}

/*  */
.benefits-content h3 {}

.titleBar span {
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    color: #3C64FF;
    display: block;
    position: relative;
}

.titleBar {
    position: relative !important;
    margin-bottom: 20px;
}

.titleBar h3 {
    font-size: 35px;
    font-weight: 600;
    color: #3C64FF;
    margin-bottom: 20px;
}

.titleBar p {
    font-size: 17px;
    color: var(--s-black);
    margin-bottom: 0;
}

.list {
    padding: 0;
}

.list li {
    color: var(--s-secondary);
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.list li i {
    font-size: 15px;
    color: var(--s-black);
    font-weight: 500;
    margin-right: 5px;
}

.site-btn {
    padding: 15px 40px 15px 40px;
    font-weight: 500;
    background-color: #3C64FF;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    font-size: 16px;
    border: 1px solid #3C64FF;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    transform: translateY(0px);
    transition-duration: .3s;
}

.titleBar hr {
    margin: 10px 0;
    color: #000;
    border: 0;
    border-top: 3px solid #000;
    opacity: 1;
    width: 5%;
}

.main-len {
    padding: 100px 0;
}

.breadcrumb {
    justify-content: center;
}

.new-content h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.breadcrumb-item a {
    color: #3C64FF;
    font-weight: 700;
    font-size: 25px;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff !important;
    font-size: 25px;

}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

/* Service page area */

/* services */
.services-content1 h3 {
    color: #000000 !important;
    font-weight: 700 !important;

}

.services-content1 {
    margin-top: 20px;
}

.services-content1 p {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0rem;
    color: #5f5f5f;
    font-weight: 600;

}

.services-image img {
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.services {
    margin-top: 100px;
}

/* service info */
.aboutSection {
    margin-top: 100px;
    padding: 50px;
}

.allServicesListBody h2 {
    color: #000000ad;
}

.innerServicesBtn i {
    color: #3C64FF;
}

.innerServicesBtn a {
    text-decoration: none;
    color: #3C64FF;

    font-weight: 600;
}

.innerServicesBtn:hover {
    background-color: #3C64FF;
    border-radius: 15px !important;

}

.innerServicesBtn a:hover {
    color: #fff;
}

.innerServicesBtn .revSite-btn:hover {
    background-color: #3C64FF !important;
    color: #fff !important;
}

.innerServicesBtn:hover i {
    color: #fff;
    /* turn the icon white */
}

.innerServicesPage h1 {
    color: #000000ad;
}

.innerServicesPage p {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    color: #5f5f5f;
    font-weight: 400;
}

.innerli li {

    font-weight: 600;
    font-size: 15px;
}


.fq-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.FAQs-box {
    background-image: url(https://antwanwilliamsrealtor.com/wp-content/uploads/2025/12/service-image.jpg);
    border-radius: 30px;
    object-fit: cover;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}






.contact-section {
    /* margin-top: 100px; */
    /* padding: 100px 0; */
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3C64FF;
    margin-bottom: 15px;
}

.contact-section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #3C64FF;
    margin-bottom: 20px;
}

.contactUSPage {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 100px 20px;
    border-radius: 15px;
}




/* responsive */
@media(max-width:1200px) {
    .about1 {
        padding: 50px;
    }

    .about-us h2 {
        font-size: 40px;
        font-weight: 600;
        color: #3C64FF;
        margin-bottom: 20px;
    }

    .about-us p {
        margin-top: 0;
        font-size: 13px;
        color: #00000070;
        font-weight: 700;
    }

    .mission-content h3 {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px;
        font-family: "Aboreto", system-ui;
    }

    .mission-box-content h3 {
        color: #000;
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 25px;
        margin-top: 25px;
        letter-spacing: 1px;
        font-family: "Aboreto", system-ui;
    }
}

@media(max-width:992px) {
    .img-hide {
        display: none;
    }
    .services-section:before {
    position: absolute;
    left: -200px;
    top: 110%;
    background-image: url(https://antwanwilliamsrealtor.com/wp-content/uploads/2025/12/ring-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 701px;
    height: 756px;
    content: "";
    animation: fa-spin 25s infinite alternate;
    display: none;
}
}

@media(max-width:767px) {
    .banner-content h4 {
        text-transform: uppercase;
        font-size: 10px;
        margin-top: 100px;
        color: #fff;
        margin-bottom: 0;
        /* line-height: 25px; */
        /* text-align: left !important; */
        font-weight: 400;
    }

    .banner-content h1 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        /* text-align: left !important; */
    }

    .banner-content p {
        font-size: 8px;
        color: #fff;
        /* line-height: 30px; */
        width: 300px;
        margin: 0 auto;
        /* margin-top: 30px; */
        font-weight: 500;
        text-align: center;
    }

    .banner-content button {
        width: 150px;
        height: 40px;
    }

    .banner {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 500px;
        background-attachment: fixed;
        position: relative;
        padding: 100px;
    }

    .property h5 {
        color: #777;
        font-size: 13px;
        font-weight: 400;
    }

    .property h2 {
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 30px;
    }

    .content6 h4 {
        color: #777;
        text-transform: uppercase;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    .content6 h2 {
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        color: #000;
    }

    .navvv .nav-link.active::after {
        display: none;
    }

    .imgggg {
        width: 100% !important;
        height: 300px !important;
        object-fit: cover;
    }

    .choose-us {
        background-color: #000;
        padding: 10px;
    }

    .why-content h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }

    .why-content h2 {
        font-size: 35px;
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
    }

    .why-content p {
        color: #fff;
        font-size: 12px;
    }

    .why-choose-img img {
        margin: 30px 0;
    }

    .features {
        text-align: center;
        padding: 50px;
    }

    .testimonial-area {
        padding: 10px;
    }

    .testimonial-content h4 {
        font-size: 15px;
        font-weight: 300;
        /* line-height: 36px; */
        max-width: 300px;
        margin: 0 auto 0 auto;
        padding: 20px 0 30px 0;
        position: relative;
        text-align: left;
    }

    .testimonial-image img {
        border-radius: 50%;
        width: 80px;
        /* height: 100px; */
    }

    .testimonial {
        background: linear-gradient(rgba(0, 0, 0, 17%)), url(https://antwanwilliamsrealtor.com/wp-content/uploads/2025/12/transparent-bg.png) center / cover no-repeat;
        width: 100%;
        height: 400px;
    }

    .img-hide {
        display: none;
    }

    .contact-image {
        background: linear-gradient(rgba(0, 0, 0, 62%)), url(https://antwanwilliamsrealtor.com/wp-content/uploads/2025/12/contact-image.jpg) center / cover no-repeat;
        height: 100%;
        width: 100%;
        padding: 10px 0;
    }

    .contact-section h2 {
        font-size: 30px;
        font-weight: 600;
        color: #3C64FF;
        margin-bottom: 20px;
    }

    .contact-section h4 {
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        color: #3C64FF;
        margin-bottom: 15px;
    }

    .content4 img {
        background-color: #3C64FF;
        width: 60px;
        padding: 15px;
        border-radius: 5px;
    }

    .about1 {
        padding: 30px;
    }

    .about-us h4 {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 15px;
        margin-top: 35px;
    }

    .about-us h2 {
        font-size: 30px;
        font-weight: 600;
        color: #3C64FF;
        margin-bottom: 20px;
    }

    .about-us p {
        margin-top: 0;
        font-size: 12px;
        color: #00000070;
        font-weight: 700;
    }

    .mission-content h3 {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px;
        font-family: "Aboreto", system-ui;
    }

    .mission-content p {
        margin-top: 0;
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        font-family: "Aboreto", system-ui;
        margin-bottom: 50px;
    }

    .aboutSection {
        margin-top: 100px;
        padding: 20px;
    }

    .new-content h3 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .breadcrumb-item a {
        color: #3C64FF;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: #fff !important;
        font-size: 14px;
    }
}

/* Transparent navbar initially */
.transparent-navbar {

    transition: background-color 0.4s ease;
}

/* Solid color after scrolling */
.transparent-navbar.scrolled {
    background: black !important;
}

.transparent-navbar.scrolled .nav-link {
    filter: brightness(0) invert(1);
}

.transparent-navbar.scrolled .header-bar button {
    width: 150px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #000;
    filter: brightness(0) invert(1);
    transition: all .3s;
}


/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #000;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    mix-blend-mode: multiply;
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #3C64FF;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

.services-section:before {
    position: absolute;
    left: -200px;
    top: 115%;
    background-image: url(https://antwanwilliamsrealtor.com/wp-content/uploads/2025/12/ring-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 701px;
    height: 756px;
    content: "";
    animation: fa-spin 25s infinite alternate;
}


.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #000; /* circle border */
    border-radius: 50%;
    background-color: #000;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    z-index: 150;
    transition: opacity 0.3s, color 0.4s;
}