.faq-section {
    background: #f8f9fa;
}

.accordion-button {
    font-weight: 600;
    border-radius: 8px;
}

.accordion-item {
    border-radius: 10px;
}

.btn-danger {
    background: #ff4a3d;
    border: none;
}

/*Btn Style One*/
.btn-style-one {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    padding: 12px 40px;
    font-weight: 600;
    overflow: hidden;
    z-index: 0;
    background: #809f33;
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    width: 7px;
    height: 100%;
    background: #2957a4;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.15;
    content: "";
    z-index: -1;
}

.btn-style-one i {
    position: relative;
    top: 1px;
    display: block;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-style-one:hover:before {
    width: 100%;
    opacity: 1;
}

.btn-style-one:hover {
    color: #ffffff;
}

.heading .title {
    color: #144168;
}

.heading .sub-title {
    color: #a8cf45;
}

/* ====================================================================
    amwd
==================================================================== */
.amwd-home-1 {
    background: #144168;
    padding: 10px 0px 15px;
}

.amwd-home-2 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 18px 0px;
    background: #144168;
    border-radius: 8px;
    height: 85px;
}

.amwd-home-2 ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 18px;
    color: #fff;
    min-height: 10px;
    letter-spacing: .4px;
    font-size: 12px;
}

ul.amwd-home-img-icon li img {
    width: 30px;
    height: 100%;
}


/* -----------hero section -----------  */

.banner .video {
    line-height: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100vh;
}


.banner .before {
    position: relative;
}

.banner .before:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: -o-linear-gradient(bottom, #000, transparent);
    background: linear-gradient(to top, #000, transparent);
    opacity: .8;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.banner .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ----------hero section end -------------- */

/*-------------------------------------------
               Breadcrumb
-----------------------------------------*/
.breadcrumb-section {
    position: relative;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 70px 0 30px 0;
    height: 70vh;
    background-color: #f1f1f1;
}

.breadcrumb-menu h2 {
    font-size: 40px;
    color: #fff;
    /*font-weight: 400;*/
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 0.075em;
}

.breadcrumb-menu span a {
    color: #fff;
}


.breadcrumb-menu span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.breadcrumb-menu span::before {
    position: absolute;
    content: "/";
    right: -6px;
    top: -4px;
    color: #fff;
    font-size: 18px;
}

.breadcrumb-menu span:first-child {
    padding-left: 0;
}

.breadcrumb-menu span:last-child:before {
    display: none;
}

.breadcrumb-menu span:last-child a {
    padding-right: 0;
}

.breadcrumb-menu span a {
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ---------------------------------end ------------- */


.partners-section {
    padding: 40px 0;
    background: #f5f5f5;
}

.partner-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.partner-slider {
    width: 100%;
}

.partner-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.partner-item img {
    /* max-height:60px; */
    width: auto;
    transition: 0.3s;
}

/* ==============category section---------------- */
.category-section {
    padding: 80px 0;
    background: #f5f5f5;
}



.category-card {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 4px;
}

.category-card a {
    display: block;
    height: 100%;
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* gradient overlay */
.category-card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

/* title */
.category-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 2;
}

/* hover effect */
.category-card:hover img {
    transform: scale(1.08);
}

/* --------category section end ------------  */

/* =========featured section start ======== */

.featured-section {
    padding: 80px 0;
    background: #f5f5f5;
}

/* title */

.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #222;
}

/* slider spacing */

.property-slider .property-card {
    margin: 0 12px;
}

/* card */

.property-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.property-card:hover {
    transform: translateY(-6px);
}

/* image */

.property-img {
    position: relative;
}

.property-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* badges */

.badge {
    position: absolute;
    top: 15px;
    font-size: 11px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.badge-blue {
    background: #2f5875;
    left: 15px;
}

.badge-orange {
    background: #ff6b3d;
    left: 140px;
}

/* content */

.property-content {
    padding: 18px;
}

.property-content h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.property-content p {
    font-size: 14px;
    margin-bottom: 6px;
    color: #444;
}

/* developer */

.developer {
    font-size: 13px;
    color: #ff6b3d;
    font-weight: 600;
    margin-bottom: 4px;
}

/* button */

.featured-section .btn-style-one {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}



/* slick arrows */

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 20px;
}

/* responsive */

@media(max-width:768px) {

    .property-img img {
        height: 200px;
    }

    .section-title {
        font-size: 24px;
    }

}

/* =========featured section end ======== */

/* -----------why-section ----------  */
.why-section {
    padding: 80px 0;
    background: #f6f6f6;
}

.why-title {
    margin-bottom: 40px;
    position: relative;
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    position: relative;
    display: inline-block;
    line-height: 1;
}

.why-text {
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
    font-size: 16px;
    color: #3E3E3E;
    text-align: justify;

}

.why-section .promo-content-wrap {
    columns: 2;
    margin-left: 30px;
}

/* cards */

.why-card {
    background: #fff;
    transition: .3s;
    height: 100%;
    margin: 35px 3px 30px 20px;
    box-shadow: 0px 1px 20px 4px rgb(0 0 0 / 34%);
    border-radius: 5px;
    padding: 25px;
}

.why-card:hover {
    transform: translateY(-6px);
}

/* blue highlight */

.why-section .why-card:nth-child(1),
.why-section .why-card:nth-child(4) {
    background: #144168;
    color: #fff;
}

.why-section .why-card:nth-child(1) p,
.why-section .why-card:nth-child(4) p {
    color: #fff;
}

/* icon */

.why-icon {
    font-size: 32px;
    margin-bottom: 15px;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* title */

.why-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* text */

.why-card p {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
}

/* -----------why-section -end---------  */
/* -----------------process-section start ------------  */

.process-section {
    background: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa') center/cover no-repeat;
    /* padding:80px 0; */
    position: relative;
}

.process-overlay {
    background: rgba(0, 0, 0, 0.55);
    padding: 80px 0;
}

.process-section .process-title {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.process-section .process-text {
    color: #ddd;
    max-width: 700px;
    margin: auto;
}

.process-section .process-card {
    border: none;
    border-radius: 12px;
    text-align: center;
    padding: 30px 20px;
    transition: 0.3s;
}

.process-section .process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.process-section .process-card .icon-circle {
    width: 70px;
    height: 70px;
    background: #1f4e79;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 28px;
}

/* ----------------process-section end ------------- */

.about-boxes h4 {
    font-size: 25px;
    margin-bottom: 0;
    text-align: center;
    color: #144168;
}

.about-boxes p {
    font-size: 16px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

/* ---about end--------- */

.service-box {
    /* border: 1px solid #144168; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-box::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    background-color: #144168;
    z-index: -1;
    transition: all .3s linear;
}

.service-box:hover:before {
    width: 100%;
    height: 100%;
}

.service-icon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon img {
    width: 75px;
}

.service-box:hover h6 {
    color: #fff;
}

.service-box:hover p {
    color: #eee;
}


/* ---------services end ----------- */

.blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.date-badge {
    position: absolute;
    bottom: -15px;
    left: 20px;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
}

.blog-content {
    padding: 25px 20px 20px;
}

.author {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
}

.blog-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.blog-content h4 a {
    text-decoration: none;
    color: #222;
}

.blog-content h4 a:hover {
    color: #2d7df4;
}

.excerpt {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.read-more {
    font-size: 14px;
    font-weight: 600;
    color: #2d7df4;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.blog-slider .slick-prev::before,
.blog-slider .slick-next::before {
    color: #000;
    font-size: 2rem;
}

.latest-post-item {
    align-items: center;
}

.latest-thumb img {
    width: 80px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.latest-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    transition: 0.3s;
}

.latest-title:hover {
    color: #ff6600;
}

/* ===============conact form ============ */
.contact-section {
    background: #f7f7f7;
}

.contact-input {
    background: #f0f2f5;
    border: none;
    padding: 14px;
    border-radius: 4px;
}



.contact-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-box i {
    background: #2957a4;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    border-radius: 4px;
}

button.btn-style-one {
    outline: none;
    border: 0;
}

/* ------------footer ------------- */
.main-footer.dark .container>.row {
    align-items: baseline;
}

.footer-logo {
    margin-top: 15px;
}

.footer-logo img {
    margin-bottom: 18px;
    max-width: 200px
}

.footer-logo .company-desc p {
    color: #144168;
}

.footer-logo .footer-list li {

    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    list-style: none !important;

}

.footer-list .contact-info {
    margin-bottom: 10px;
}

.footer-list .contact-info .icon {
    color: #f5f6f7;
}

.main-footer .footer-logo .usful-links ul {
    padding-left: 0;
}

.main-footer .footer-logo .usful-links ul li,
.main-footer .footer-logo .usful-links ul li a {
    color: #1f4e79;
    display: flex;
    align-items: center;
    gap: 6px;
}

.main-footer .footer-logo .usful-links ul li i {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #809f33;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo .company-desc .footer-social-wrap .social-buttons.style2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style: none;
    padding-left: 0;
}

.footer-logo .company-desc .footer-social-wrap .social-buttons.style2 li a {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #809f33;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.main-footer .subscribe-form {
    position: relative;
}

.main-footer .subscribe-form .form-group {
    position: relative;
}

.main-footer .subscribe-form .form-group input[type=email] {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #717070;
    padding: 15px 20px;
    background: #fff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
}

.main-footer .subscribe-form .form-group .theme-btn.btn-style-one {
    width: 100%;
}

.widget-content>p {
    font-size: 16px;
    color: #1f4e79;
    margin-bottom: 14px;
}

/* --------------media--------------------- */

@media (max-width: 991px) {
    .navbar .container-fluid {
        padding: 0;
    }

    .amwd-home-2 {
        overflow-x: auto;
    }

    .amwd-home-2 ul {
        flex-wrap: nowrap;
        gap: 1.5rem;
    }

    .amwd-home-2 ul li {
        white-space: nowrap;
    }


}

@media (max-width: 768px) {
    .navbar.navbar-expand-lg {
        padding: 0 6px;
    }

    .navbar.nav-scroll {
        padding: 0 10px;
    }

    .aline-logo img {
        width: 100%;
        min-width: 100px;
        max-height: 60px;
    }

    .why-section {
        padding: 0px 0;
    }

    .why-section .promo-content-wrap {
        columns: 1;
        margin-left: 0px;
    }

    .why-card {
        margin: 20px 10px;
    }
}