/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.elementor-heading-title::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
    background: transparent !important;
    color: #afadad !important;
}

.single-post a {
    color: #B78728 !important;
}

.single-post a:hover {
    color: #002a42 !important;
}

a.read-more-btn,
a.qlwapp__button,
a.ab-item,
a.hfe-menu-item,
a.elementor-button {
    color: #FFFFFF !important;
}

a.read-more-btn:hover,
a.elementor-button:hover {
    color: #002a42 !important;
}

a.mega-menu-link {
    color: #002a42 !important;
}

a.hfe-menu-item:hover,
a.mega-menu-link:hover {
    color: #B78728 !important;
}

a.ab-item:hover,
a.qlwapp__button :hover {
    color: #FFFFFF !important;
}

#masthead {
    transition: all 0.4s ease-in-out;
    padding: 5px 10px;
    background: transparent !important;
}

#masthead.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    /* background: #ffffff !important; */
    z-index: 999;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); */
    animation: slide-down 0.7s;
}

#masthead.shrink {
    transition: all 0.4s ease-in-out;
}

/* Optional: Logo Shrink */
#masthead.shrink .site-logo img {
    max-height: 40px;
    /* Adjust as needed */
    transition: max-height 0.4s ease-in-out;
}

/* Optional Animation */
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

/* === Post Slider Base Styles === */
.custom-post-slider {
    margin: 0px auto;
    padding: 0 35px;
}

.custom-post-slider .slider-item {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    transform: scale(0.9);
}

.custom-post-slider .slick-list {
    margin: 0 -10px;
}

.slider-image {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 12px;
    min-height: 200px;
}

.slider-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.slider-item:hover .slider-image img {
    transform: scale(1.05);
}

.slider-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.slider-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
}

.slider-title a {
    text-decoration: none !important;
    color: inherit !important;
}

.slider-excerpt {
    flex-grow: 1;
    font-size: 14px;
    color: #002a42;
}

.read-more-btn {
    display: inline-block;
    align-self: flex-start;
    background-color: #B78728;
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none !important;
    transition: background-color 0.3s ease;
}

.read-more-btn:hover {
    background-color: #fff;
    color: #B78728;
}

.slick-prev,
.slick-next {
    background-color: #B78728;
    width: 35px;
    height: 35px;
    z-index: 10;
    position: absolute;
    top: 45%;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #765920;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

@media (max-width: 768px) {
    .slider-image {
        min-height: 160px;
    }

    .custom-post-slider {
        padding: 0 5px;
    }

    .slider-title {
        font-size: 18px !important;
    }

    .slider-excerpt {
        font-size: 13px;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .slider-excerpt {
        display: none;
    }

    .slider-title {
        font-size: 15px !important;
    }
}


.our_works-container {
    background: linear-gradient(180deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
    border-radius: 10px;
    padding: 30px 20px 20px 20px;
}

.our_works-container .title_ourwork {
    font-size: 24px;
    line-height: 36px;
}

.our_works-container .our_works-container-inner {
    display: flex;
    position: relative;
    align-items: center;
}

.our_works-container .our-work-images {
    width: 50%;
    padding-right: 15px;
}

.our_works-container .our-work-content {
    width: 50%;
    padding-left: 15px;
    position: unset;
}

.our_works-container .our-work-images .slick-list,
.our_works-container .our-work-images .slick-list .slick-track {
    height: 100%;
}

.our_works-container .our-work-images .slick-list .slick-track .our-work-slider-image {
    border-radius: 10px;
    position: relative;
    padding-top: 45%;
}

.our_works-container .our-work-images .slick-list .slick-track .our-work-slider-image img.slider-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.our_works-container .our-work-content p.title {
    font-size: 21px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #b78626;
}

.our_works-container .our-work-content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #333;
}

@media (max-width: 991px) {
    .our_works-container .our_works-container-inner {
        flex-direction: column;
        gap: 20px;
    }

    .our_works-container .our-work-images {
        width: 100%;
        padding-right: 0;
    }

    .our_works-container .our-work-content {
        width: 100%;
        padding-left: 0;
    }
}

.seo-tab-section a {
    color: #FFFFFF;
    text-decoration: none !important;
    font-weight: 600;
}

.seo-tab-section a:hover {
    color: #B78728;
}

.entry-content a {
    text-decoration: none !important;
}

#mega-menu-item-18990 {
    color: #FFFFFF !important;
    background-color: #B78728 !important;
    cursor: pointer;
    padding: 0px 10px 0px 10px !important;
}

#mega-menu-item-18990 .mega-menu-link:hover {
    color: #FFFFFF !important;
}

#mega-menu-item-18990 .mega-menu-link {
    color: #FFFFFF !important;
    height: 30px !important;
    line-height: 30px !important;
}

.service-layout .elementor-image-box-description {
    text-align: left;
}

.service-layout .elementor-widget-image-box {
    height: 100%;
}

.table-layout thead tr:first-child {
    background: #b78626;
    color: #fff;
}

.table-layout tbody tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, .05);
}

.table-layout table,
.table-layout td,
.table-layout th,
.table-layout tr {
    border: 1px solid #dee2e6;
    text-align: center;
}

.image-layout .elementor-image-box-img {
    background: #ffff;
    width: 120px;
    height: 120px;
    box-shadow: 0px 6px 6px #CCCCCC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto 30px !important;
}

.image-layout .elementor-image-box-img img {
    object-fit: contain;
}

.image-layout .elementor-widget-image-box:hover img {
    transform: scale(1.1);
}

.faq-layout .elementor-accordion-title {
    text-decoration: none !important;
}

.faq-layout .elementor-accordion-item {
    margin-bottom: 10px;
}

.outer-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f1f3fc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: -60px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.05);
}

.inner-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #748a96;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #002a42;
}

.circle-number {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

/* Responsive styles */
@media (max-width: 768px) {
    .outer-circle {
        width: 60px;
        height: 60px;
        margin-top: -50px;
    }

    .inner-circle {
        width: 40px;
        height: 40px;
    }

    .circle-number {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .outer-circle {
        width: 50px;
        height: 50px;
        margin-top: -40px;
    }

    .inner-circle {
        width: 35px;
        height: 35px;
    }

    .circle-number {
        font-size: 18px;
    }
}

.swfadeInUp {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
    will-change: opacity, transform;
}

.swfadeInUp.visible {
    opacity: 1;
    transform: translateY(0);
}

.elementor-editor-active .swfadeInUp {
    transition: none !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.seo-package-table {
    background: #fff;
    overflow-x: scroll;
}

.seo-package-table .package-title {
    font-weight: bold;
    color: white;
}

.seo-package-table .package-title {
    background-color: #B78728;
}

.seo-package-table .package-lable {
    background-color: #F5EBCD;
}

.seo-package-table .green-check {
    color: green;
    font-size: larger;
    font-weight: bold;
}

.seo-package-table .red-check {
    color: red;
    font-size: larger;
    font-weight: bold;
}

.seo-package-table table {
    border: 1px solid #000;
}

.seo-package-table table td,
.seo-package-table table th,
.seo-package-table table tr {
    border: 1px solid #4b4b4b;
    text-align: center;
}

.enquiry-now-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquiry-now-button .enquiry-now-button-text {
    background-color: #B78728;
    color: #fff;
    padding: 10px 20px;
}

.enquiry-now-button .enquiry-now-button-text:hover {
    background-color: #8b6924;
}

/* Wrapper */
.testimonial-slider {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Testimonial Card */
.testimonial-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
}

.testimonial-box:hover {
    transform: translateY(-5px);
}

/* Testimonial Text */
.testimonial-text {
    font-size: 18px;
    line-height: 1.8;
    color: #002a42;
    font-style: italic;
    margin-bottom: 25px;
}

/* Author */
.testimonial-author {
    margin-top: 20px;
}

.testimonial-name {
    font-weight: 700;
    font-size: 20px;
    color: #B78728;
    margin-bottom: 5px;
}

.testimonial-position {
    font-size: 16px;
    color: #002a42;
}

/* Pagination */
.swiper-pagination {
    margin-top: 25px;
}

.swiper-pagination-bullet {
    background: #B78728;
    opacity: 0.4;
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #977022;
    opacity: 1;
    width: 12px;
    height: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .testimonial-box {
        padding: 25px 20px;
    }
}

.sw-contact-us-form .wpcf7-form p {
    margin-bottom: 15px;
}

.sw-contact-us-form input[type="text"],
.sw-contact-us-form input[type="number"],
.sw-contact-us-form input[type="email"],
.sw-contact-us-form input[type="url"],
.sw-contact-us-form input[type="password"],
.sw-contact-us-form input[type="search"],
.sw-contact-us-form input[type=reset],
.sw-contact-us-form input[type=tel],
.sw-contact-us-form input[type=date],
.sw-contact-us-form select,
.sw-contact-us-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #1E1E1E;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

.wpcf7-form input[type="submit"] {
    color: #FFF;
    background-color: #002a42;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #074061;
    color: #FFF;
}

.form-djv-contact {
    display: flex;
    gap: 15px;
}

.form-djv-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 -6px;
}

.form-djv-contact .col-sm-6,
.form-djv-contact .col-sm-12 {
    padding: 6px;
    width: 100%;
}

@media (min-width: 576px) {
    .form-djv-contact .col-sm-6 {
        width: 48%;
    }

    .form-djv-contact .col-sm-12 {
        width: 98%;
    }
}

.form-djv-contact p {
    margin-bottom: 0px;
}

.form-djv-contact input[type="text"],
.form-djv-contact input[type="tel"],
.form-djv-contact input[type="email"],
.form-djv-contact select,
.form-djv-contact textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    color: #111827;
    background: #fff;
    transition: all 0.3s ease;
}

.form-djv-contact ::placeholder {
    color: #9ca3af;
    font-size: 14px;
}

.form-djv-contact input:focus,
.form-djv-contact select:focus,
.form-djv-contact textarea:focus {
    border-color: #002a42;
    outline: none;
}

.form-djv-contact textarea {
    min-height: 150px;
    resize: vertical;
}

textarea {
    resize: none !important;
    overflow: auto;
}

.awards-slider .swiper-slide {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-slider .award-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-slider .award-image {
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sw-sticky-img {
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
    z-index: 10;
}

.elementor-widget-image-carousel .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-sub-menu a.mega-menu-link {
    font-family: "Sumana", sans-serif !important;
    font-weight: 600 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-sub-menu .hire-menu-section .mega-menu-link {
    border: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item .mega-sub-menu .hire-menu-section .mega-menu-item {
    padding: 5px 10px !important;
}

.qlwapp__container.qlwapp__container--middle-right,
.qlwapp__container.qlwapp__container--bottom-right {
    right: 55px !important;
}

.qlwapp__button--bubble {
    width: 50px !important;
    height: 50px !important;
}

#callnowbutton.cnb-single {
    width: 50px !important;
    height: 50px !important;
}

.author .entry-title,
.archive .entry-title,
.blog .entry-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
}

.blog_detail_content {
    background-color: #FFFFFF;
    box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.05);
    padding: 30px 20px;
    border-radius: 6px;
}

.blog_detail_content .post-meta {
    margin-bottom: 10px;
}

.blog_detail_content .post-meta span {
    color: #016398;
    font-size: 14px;
    line-height: 16px;
}

.blog_detail_content .post-featured-image img {
    width: 100%;
    border-radius: 15px;
}

.blog_detail_content .post-content {
    margin-top: 20px;
}

.blog_detail_content .post-content p {
    font-size: 16px;
    line-height: 28px;
}

.blog_detail_content h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.blog_detail_content h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 1.75rem 0 1rem;
}

.blog_detail_content h3 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin: 1.5rem 0 1rem;
}

.blog_detail_content h4 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 1.25rem 0 0.75rem;
}

.blog_detail_content h5 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 1rem 0 0.5rem;
}

.blog_detail_content h6 {
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0.75rem 0;
}

.single-post #secondary .widget {
    background-color: #FFFFFF !important;
    box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.05);
    padding: 25px 20px !important;
    border-radius: 6px;
}

.blog .site-content,
.single-post .site-content {
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .blog_detail_content h1 {
        font-size: 2rem;
    }

    .blog_detail_content h2 {
        font-size: 1.8rem;
    }

    .blog_detail_content h3 {
        font-size: 1.6rem;
    }

    .blog_detail_content h4 {
        font-size: 1.4rem;
    }

    .blog_detail_content h5 {
        font-size: 1.2rem;
    }

    .blog_detail_content h6 {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .blog_detail_content h1 {
        font-size: 1.8rem;
    }

    .blog_detail_content h2 {
        font-size: 1.6rem;
    }

    .blog_detail_content h3 {
        font-size: 1.4rem;
    }

    .blog_detail_content h4 {
        font-size: 1.25rem;
    }

    .blog_detail_content h5 {
        font-size: 1.1rem;
    }

    .blog_detail_content h6 {
        font-size: 1rem;
    }
}

.single-post #secondary .widget .wpcf7 p {
    margin-bottom: 5px;
}

.single-post #secondary .widget .wpcf7 input[type="text"],
.single-post #secondary .widget .wpcf7 input[type="number"],
.single-post #secondary .widget .wpcf7 input[type="email"],
.single-post #secondary .widget .wpcf7 input[type="url"],
.single-post #secondary .widget .wpcf7 input[type="password"],
.single-post #secondary .widget .wpcf7 input[type="search"],
.single-post #secondary .widget .wpcf7 input[type=reset],
.single-post #secondary .widget .wpcf7 input[type=tel],
.single-post #secondary .widget .wpcf7 input[type=date],
.single-post #secondary .widget .wpcf7 select,
.single-post #secondary .widget .wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    color: #111827;
    background: #fff;
    transition: all 0.3s ease;
}

.single-post #secondary .widget .wpcf7 input:focus,
.single-post #secondary .widget .wpcf7 select:focus,
.single-post #secondary .widget .wpcf7 textarea:focus {
    border-color: #002a42;
    outline: none;
}

.single-post #secondary {
    margin: 4em 0;
}

.single-post #secondary .widget .wpcf7 input[type="submit"] {
    margin-top: 10px;
}

.recent-post-sidebar-section .wp-block-heading {
    margin-bottom: 20px;
}

.single-post #secondary .wp-block-contact-form-7-contact-form-selector {
    margin-top: 10px;
}

.single-post .site-content .sidebar-main {
    position: sticky;
    top: 95px;
}

.ast-blog-layout-4-grid .ast-article-post {
    width: 50% !important;
}

.ast-blog-layout-4-grid .ast-article-inner .wp-post-image {
    height: 197px;
    width: 100%;
}

.ast-blog-featured-section,
.post-content>.cat-links,
.post-content>.read-more,
.post-content>.tags-links {
    margin-bottom: .6em;
}

.cnb-single.cnb-left {
    bottom: 24px !important;
}

.location-title {
    background: linear-gradient(180deg, #B58227 0%, #F8FCFF 99.99%);
    min-width: 300px;
}

.location-title a:hover{
    color: #002a42 !important;
}