

img{
    max-width: 100%;
}


.navbar-nav {
    margin-right: 20px;
    gap: 25px;
}
nav.navbar a.navbar-brand img {
    width: 120px;
}
.navbar-nav li a {
    display: block;
    text-decoration: unset;
    color: var(--secondary-color);
    font-weight: 500;
    transition: var(--transition-all);
}

.navbar-nav li a:hover {
    color: var(--primary-color);
}

.client-sec {
    background-color: #f8f9fa;
	overflow: hidden;
}

.client-subtitle {
    font-size: 1.8rem;
    color: #666;
}

.client-desc {
    font-size: 1.1rem;
    color: #777;
    max-width: 800px;
    margin: 0 auto;
}

.client-testimonials {
}

.client-item iframe {
    aspect-ratio: 16/9 !important;
    height: 100%;
    width: 100%;
}

.client-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #444;
}

.btn-play {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
}

.btn-play:hover {
    background-color: #f8f9fa;
    border-color: #007bff;
}

.btn-play i {
    font-size: 1.5rem;
    color: #007bff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #007bff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .client-title {
        font-size: 2rem;
    }

    .client-subtitle {
        font-size: 1.5rem;
    }

    .client-desc {
        font-size: 1rem;
    }
}

/* RESPONSIVE MENU CSS */

.ham-menu-btn a span {
    width: 24px;
    height: 3px;
    background-color: #000;
}

.ham-menu-btn a {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 99999;
    transition: all .5s;
}

.responsive-menu-inner {
    height: 100%;
    padding: 20px;
    position: relative;
    width: 80%;
    background-color: #fff;);
    left: -100%;
}

.responsive-logo-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.respon-logo a img {
    width: 110px;
}
.respon-cross a,
.respon-cross a i {
    display: block;
}

.respon-cross a {
    width: 50px;
    height: 50px;
    border: 1px solid var(--c2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--c2);
    transition: all .5s;
}

.respon-cross a:hover {
    transform: rotate(90deg);
    color: #000;
    border-color: var(--c1);
}

.respon-logo a {
    display: block;
}

.respon-logo {
    width: 220px;
}

.responsive-links ul li a {
    color: #000;
    transition: all .5s;
    font-size: 22px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #80808047;
    padding: 10px 0px;
}

.responsive-links {
    margin-top: 50px;
    overflow-y: auto;
    height: calc(100vh - 232px);
}

.responsive-links ul li ul {
    display: none;
}

.responsive-links ul li a:hover {
    color: var(--c1);
}

.responsive-links ul li ul li a {
    padding-left: 40px;
    font-size: 22px;
}

.responsive-links ul li:has(ul)::before {
    position: absolute;
    content: "\f067";
    top: 16px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    color: var(--c2);
}

.responsive-links ul li {
    position: relative;
    list-style: none;
}

.responsive-links ul li.active::before {
    content: "\f068";
    color: var(--c1);
}

.responsive-socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 0px;
    background: var(--primary-color);
}

.responsive-socials ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    list-style: none;
	padding: 0px;
    margin: 0px;
}

.responsive-socials ul li a {
    color: #fff;
    font-size: 20px;
}

.responsive-menu.active {
    left: 0;
}

.responsive-menu.active .responsive-menu-inner {
    left: 0;
    transition-delay: .3s !important;
    transition: all .7s;
}

body.stop-scroll {
    overflow-y: hidden;
}

/* Footer Css _STArT */
.footer-sec {
    background-color: #1d2c31;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 15px;
}

.footer-logo img {
    max-width: 130px;
    height: auto;
}

.footer-vision {
    color: #a9bec9;
    font-size: 16px;
    line-height: 1.6;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.5rem;
}

.footer-bottom {
    border-top: 1px solid #393f4a;
    padding-top: 15px;
}

.footer-menu, .footer-menu ul {
    margin: 0;
    padding: 0;
	list-style: none;
}
.footer-menu ul li{
	margin-bottom: 0.5rem ;
}
.footer-menu a {
    color: #a9bec9;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
}

.footer-menu a:hover {
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 20px;
}

.social-link:hover {
    background-color: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
}

.contact-link {
    color: #a9bec9;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
}

.contact-link i {
    font-size: 18px;
}

.contact-link:hover {
    color: #fff;
}

.copyright {
    color: #a9bec9;
    font-size: 14px;
}

.scroll-top {
    color: #999;
    transition: color 0.3s ease;
}

.scroll-top:hover {
    color: #fff;
}

@media (max-width: 1199px) {
    .footer-title {
        font-size: 1.2rem;
        margin-bottom: 1.25rem;
    }

    .social-link {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .footer-about,
    .footer-links,
    .footer-contact {
        text-align: center;
        margin-bottom: 2rem;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .social-icons {
        justify-content: center;
    }

    .contact-link {
        justify-content: center;
    }

    .copyright {
        text-align: center;
        /* margin-bottom: 1rem; */
    }

    .scroll-top {
        margin: 0 auto;
    }
}


.banner-content h1, .banner-content p {
    color: #fff;
}

.banner-content p {font-size: 20px;line-height: 1.3;}

.review-summary p {
    font-size: 16px;
}

.review-summary p .rating::before {
    content: '\f586 \f586 \f586 \f586 \f586';
    font-family: bootstrap-icons!important;
    color: #facb0f;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.review-summary p .rating {
    font-size: 24px;
    position: relative;
    margin-right: 10px;
}

video.banner-video {
    width: 438px;
    height: 500px;
    aspect-ratio: 438/500;
    display: block;
    border-radius: 18px;
    margin-left: 60px;
}

.banner-media .video-wrapper {
    text-align: center;
}

.review-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 25px;
    max-width: 460px;
    margin-top: -30px;
    position: relative;
    z-index: 9;
}

.review-box .review-text {
    margin-bottom: 0;
    font-size: 14px;
}

section.banner-section {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.review-box .review-author::after {
    content: '\f586 \f586 \f586 \f586 \f586';
    font-family: bootstrap-icons !important;
    color: #facb0f;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 0;
    display: block;
}

.feature-grid img {
    max-height: 90px;
    max-width: 120px;
}

.feature-content h4 {
    font-weight: 600;
}

section.feature-section {background: #f8f9fa;}
section.property-goals {
    background: #f8f9fa;
}

.contact-title {
    font-size: 24px;
    color: var(--primary-color);
}
.feasibility-section {
    position: relative;
}

.feasibility-left {
    position: sticky;
    top: 30px;
}

/*About us*/
.spacing{
    padding:80px 0px ;
}

.inner-wrapper-image img {
    width: 100%;
}
.inner-wrapper {
    position: relative;
}
.inner-wrapper-title {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.inner-wrapper-title h2,
.inner-wrapper-title h1{
    font-size: 60px;
    color: var(--bs-white);
}
.inner-wrapper-content p,
.inner-wrapper-title p {
    color: var(--bs-white);
    font-size: 17px;
    padding: 0px 180px;
}
.Value-head h2 {
    font-size: 48px;
    font-weight: 700;
}
.Value-head p {
    font-size: 21px;
    font-weight: 600;
}
section.Value {
    background-color: #f3f1f2;
}
.mission-item h5 stronge {
    color: #e80e48;
}
.mission-item h5{
    font-size: 19px;
    font-weight: 600;
}
.mission-item {
    padding: 20px;
}
.mission-item img{
	width: 60px;
	height: 60px;
   margin: 0 auto 20px auto;
}
.story-head h2 {
    margin-bottom: 20px;
}
.story-item img {
    height: 290px;
    border-radius: 10px;
    object-fit: cover;
}
.story-item h5 {
    font-size: 30px;
    margin: 20px 0px 10px;
}
.story-item {
    text-align: center;
    margin-top: 50px;
}
.story-item p {
    font-size: 15px;
    padding: 0px 20px;
    color: #666;
}
.story-icon ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    justify-content: center;
    margin-top: 30px;
}
.story-icon ul li a {
    background-color: var(--primary-color);
    color: #ffff;
}

.story-icon ul li a.social-link:hover {
    background-color: var(--secondary-color);
    color: #fff;
    transform: unset;
}
.story-icon ul li:last-child a {
    background: unset;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 14px;
}
.story-icon ul li:last-child a:hover{
    background: var(--primary-color);
    color:  #fff;
}
.partner-item {
    display: flex;
    gap: 30px;
    margin: 30px 0px 40px;
}
.partner-img img {
    width: 220px;
    height: 110px;
    object-fit: cover;
}
.partner--content h4 {
    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
}
.story-head h2 {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
}
.mission-content h2 {
    font-size: 48px;
    font-weight: 700;
}


/*SECTION_CONTACT*/
.Consultation-item {
    padding: 90px 80px 100px;
}
.Consultation-head h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
}
.Consultation-head p{
    font-size: 16px;
}
.Consultation-item-head h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0px 110px 40px 0px;
}
.Consultation-item.Value {
    background: #f3f1f2;
}
.Consultation-google-reviews {
    margin-top: 30px;
}



/* BANNER ADDITIONAL CSS */

.banner-media .review-box img {
    width: 60px;
}
.banner-media .review-box div {
    gap: 15px;
}
.banner-media .review-box h5 {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
}
.banner-media .review-box h5::after {
    bottom: 0;
    position: absolute;
    font-size: 12px;
}
.feasibility-section .features-list .feature-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.feasibility-left .review-box img {
    width: 60px;
}

/*SECTION_LEARNING_ARTICAL*/
.featured-artical{
    background: #f3f1f2;
}
.artical-image {
    border-radius: 10px;
    overflow: hidden;
}
.artical-image a img:hover {
    transform: scale(1.1);
}
.artical-image a img{
    transition: all .4s ease-in-out;
    width: 100%;
    height: auto;
    aspect-ratio: 408/230;
    object-fit: cover;
}
.artical-content  h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 20px;
}
.artical-content  h4 a{
    color: #114253;
     transition: all .3s ease-in-out;
}
.artical-content a:hover {
    color: var(--primary-color);
}
.artical-btn span, .artical-btn a {
    color: #606060;
    font-size: 13px;
    line-height: 18px;
    transition: all .3s ease-in-out;
}
.artical-head {
    margin-bottom: 35px;
}
.artical-main {
    margin-bottom: 35px;
}

/*single-artical*/
.single-inner-wrapper{
    padding: 50px 0 80px;
}
.author-main .author_name{
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dadce0;
}
.author-main .author_name span{
    font-size: 14px;
    line-height: 21px;
    color: #404040;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
}
.author-main .date{
    font-size: 12px;
    line-height: 17px;
}
.entry-content p {
    font-size: 15px;
    margin-bottom: 24px;
}
strong sup mark {
    font-size: 10px;
    padding: 0;
}
.entry-content h2 {
    color: #114253;
    font-weight: bold;
    line-height: 1.2em;
    margin:15px 0;
    font-size: 42px;
}
.single-item-link ul {
    display: flex;
    gap: 14px;
    list-style: none;
    justify-content: end;
    color: #c3c3c3;
}
.single-item-link ul li a i{
    color: #c3c3c3;
    transition: all .5s ease-in-out;
    font-size: 18px;
}
.single-item-link ul li a:hover i{
    color: var(--primary-color);
}
.entry-content img {
    margin: 20px 0px;
}

/*SECTION_PRIVACY*/
.privacy-content h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.privacy-content p {
    font-size: 14px;
    margin-bottom: 15px;
}
.privacy-content h2 {
    color: #114253;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    font-size: 42px;
}
.privacy-content ul li{
    position: relative;
    list-style: none;
}
.privacy-content ul li:before{
    content: '';
    background-color: #e80e48;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    border-radius: 50%;
	top: 6px;
}
.client-item-next::after, .client-item-prev::after {
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
}

.client-item-next, .client-item-prev {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50px;
}

.client-item-next::after {
    margin-right: -5px;
}

.client-item-prev::after {
    margin-left: -5px;
}

.client-item-prev {
    left: -70px;
}

.client-item-next {
    right: -70px;
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-link,
.page-link:hover {
    color: var(--primary-color);
}
.partner-img {
    flex: 0 0 aut