.top_header {
    background: var(--dark-blue);
    padding: 10px 0px;
    border-radius: 15px 15px 0px 0px;
}
.top_detail ul {
    display: flex;
    gap: 30px;
}

.top_detail ul li, .prosanal-details li {
    display: flex;
    gap: 14px;
    align-items: center;
}

.top_detail ul li h4, .prosanal-details li h4 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.top_detail ul li i, .prosanal-details li i {
    color: var(--gold-color);
}

.social_media {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.social_media li a {
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    background: #041058;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 50%;
}

.social_media li a:hover{
    background: var(--gold-color);
    color: var(--black-color);
}

header {
    padding: 10px 0px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 1px solid #80808029;
}

header .logo img {
    width: 100%;
    max-width: 100px;
}

.main_header ul {
    display: flex;
    gap: 55px;
    align-items: center;
}

.main_header ul li a {
    color: var(--black-color);
    font-size: 15px;
    font-weight: 500;
}



.hero_section .swiper-slide {
    position: relative;
}

.hero_section .swiper-slide .container {
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.hero_section .swiper-slide .container .row{
    width: 100%;
}

.slider_img {position: relative;}

.slider_img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black, transparent);
    content: '';
}

.slider_img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}


.hero_content h5 {
    font-size: 19px;
    font-weight: 800;
    color: var(--gold-color);
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}

.hero_content h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
}

.hero_content h1 span {
    color: var(--gold-color);
}

.hero_content p {
    font-size: 14px;
    color: #ffffffd4;
    font-weight: 300;
    margin-top: 20px;
}

.hero_content .main_btn a {
    padding: 12px 50px;
}

.hero_content .main_btn a:hover{
    color: #fff;
}

.hero_section .swiper-button-prev, .hero_section .swiper-button-next,
.property_slider_main .swiper-button-prev, .property_slider_main .swiper-button-next {
    width: 40px;
    height: 40px;
    background: var(--gold-color);
    border-radius: 50%;
}


.hero_section .swiper-button-prev::after, .hero_section .swiper-button-next::after, 
.property_slider_main .swiper-button-prev::after, .property_slider_main .swiper-button-next::after {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}


.property_slider h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: var(--gold-color);
}

.property_slider img {
    width: 100%;
}

.property_content h4 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.property_content .accordion-button span {
    width: 30px;
    height: 30px;
    background: var(--gold-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.property_content .accordion-button {
    display: flex;
    gap: 13px;
    font-size: 15px;
    font-weight: 700;
}

.property_content .accordion-body p {
    font-size: 14px;
    margin: 0;
}

.property_content .accordion-button:not(.collapsed) {
    background: var(--gold-color);
    color: #fff;
}

.property_content .accordion-button:not(.collapsed) span {
    background: #fff;
    color: var(--gold-color);
}

.property_content .accordion-button:focus {
    box-shadow: 0 0 2px 0.25rem #ff802840;
}

.main_heading {
    font-size: 30px;
    font-weight: 800;
}

.section_4 {
    background: #e9eff2;
}


.happY-igm img {
    width: 100%;
}

.happpY-box {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

.happpY-box img {
    width: 100%;
    max-width: 70px;
}

.happpY-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
}

.happpY-box p {
    font-size: 13px;
    margin: 0;
}



.testimonial_section {
    background: #ecece7;
    width: 100%;
    height: 100%;
}

.testimonial_box {
    background: #fff;
    padding: 20px 25px;
}

.test_profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.test_profile h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.test_profile p {
    font-size: 13px;
    margin: 0 !important;
    color: gray;
}

.testimonial_box p {
    font-size: 14px;
    margin-top: 20px;
}

span.left_test {
    position: absolute;
    right: 21px;
    bottom: 6px;
}

.talk_section {
    background: var(--gold-color);
}

.mobile_content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.mobile_content h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #0c0c0c;
}

.mobile_img img {
    width: 100%;
}

.mobile_content .main_btn a {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.mobile_content .main_btn a:hover{
    color: #fff;
}

.mobile_content .main_btn-1 a{
    background: var(--dark-blue);
    border-color: var(--dark-blue);
    color: #fff;
}

footer {
    background: var(--dark-blue);
}

.footer_logo img {
    width: 100%;
    max-width: 260px;
}

.footer_logo p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0px 0px 0px;
}

.foonte_lins ul h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}

.foonte_lins ul li a {
    color: #fff;
    width: 100%;
    display: flex;
    padding: 7px 0px;
    font-size: 14px;
    align-items: center;
    gap: 10px;
}

.foonte_lins ul li a i {
    color: var(--gold-color);
    margin-top: 2px;
}

.copy_right {
    border-top: 1px solid #dcdcdc29;
    padding: 15px 0px;
}

.copy_right p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.copy_right p a {
    color: var(--gold-color);
}


.abot_main_box {
    position: relative;
    cursor: pointer;
}

.abot_main_box:hover .about-content {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-content {
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-align: center;
    right: 0;
    transition: 0.5s;
}

.about-content h6 {
    font-size: 20px;
    font-weight: 700;
    transition: 0.5s;
    color: #fff;
}
.abot_main_box:hover {
    color: #fff;
}
.abot_main_box:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    background: #ff8028e8;
    content: '';
    transition: 0.5s;
    right: 0;
    bottom: 0;
    margin: auto;
}

.abot_main_box:hover:before{
    width: 100%;
    height: 100%;
}

.abot_main_box:hover .plus_btn{
    opacity: 0;
}

.plus_btn {
    width: 70px;
    height: 70px;
    position: absolute;
    transition: 0.5s;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: var(--gold-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plus_btn span {
    height: 80%;
    display: flex;
    width: 3px;
    background: #fff;
    position: absolute;
}

.plus_btn span.topss {
    height: 3px;
    width: 80%;
}





.main_form .form-label {
    font-size: 14px;
}

.main_form input {
    padding: 11px 15px;
    font-size: 14px;
}


.goggle_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.testimonial_box ul {
    display: flex;
    gap: 7px;
    color: var(--gold-color);
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
    z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
