/*
Theme Name:   Bootscore Child
Description:  Bootscore Child Theme
Author:       Bootscore
Author URI:   https://bootscore.me
Template:     bootscore
Version:      6.0.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
Text Domain:  bootscore
*/


/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    line-height: 25px;
    color: var(--bs-black);
    font-weight: 400;
}

.title {
    font-size: 54px;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
}

.sub-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}

.site-label {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.descrption {
    font-size: 18px;
    line-height: 25px;
}

:root {
    --bs-primary: #03132A;
    --bs-secondary: #b19240;
    --bs-black: #212121;
    /* Default duration */
}

.btn-primary,
.woocommerce .card a.button,
.woocommerce div.product form.cart button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#place_order {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-white);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-white);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: var(--bs-white);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}

.blue-text {
    color: var(--bs-primary);
}

a {
    text-decoration: unset;
    color: var(--bs-primary);
    font-size: 16px;
    font-weight: 600;
}

a:hover {
    color: var(--bs-black);
}

.accordion-button:focus {
    box-shadow: unset;
}
.form-control:focus {
    box-shadow: unset;
    border:none;
}
/** Header Start **/
.site-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: all ease-in-out 0.3s;
    left: 0;
    right: 0;
}

.site-header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-secondary);
    font-weight: 700;
}

.site-header .nav-link {
    color: var(--bs-primary);
    font-weight: 500;
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
    --bs-navbar-nav-link-padding-x: 15px;
}

.site-header.sticky-header .nav-link {
    color: var(--bs-white);
}

.site-header.sticky-header .btn-primary {
    --bs-btn-bg: var(--bs-secondary);
}

.btn {
    padding: 12px 45px;
    font-weight: 600;
    border-radius: 7px;
}

.site-header .navbar {
    --bs-navbar-padding-y: 15px;
}

.sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    border-width: 1px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    transition: all 0.3s ease;
    z-index: 999;
    border-color: #21252966;
    border-style: solid;
    background-color: #03132A;
}

.site-logo {
    max-width: 300px;
    padding: 0px;
}

.section-title_wrapper {
    margin-bottom: 50px;
}

.bs-primary {
    color: var(--bs-primary);
}

.bs-secondary {
    color: var(--bs-secondary);
}

/** Header End **/


/** Home Page Start **/
.hero_banner-section {
    background: linear-gradient(180deg, #03132a24 0%, var(--wp--preset--color--white) 65%, #03132a1a 100%);
    position: relative;
    padding-top: 180px;
    padding-bottom: 180px;
    z-index: 2;
}

.hero_banner-section .hero_title {
    font-size: 70px;
    line-height: normal;
    font-weight: 700;
}

.hero_banner-section .descrption {
    font-size: 20px;
    line-height: 30px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    margin-top: 28px;
}

.hero_banner-section .hero-banner_link {
    padding-top: 40px;
}

.hero-banner_details {
    max-width: 950px;
    margin: 0 auto;
    width: 100%;
}

.works_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.works_section .section-title_wrapper.text-center {
    max-width: 940px;
    width: 100%;
    margin: 0 auto 50px;
}

.works_section .section-title_wrapper .descrption {
    max-width: 645px;
    width: 100%;
    margin: 0 auto;
}

.work_card-details {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
}

.works_section .row .col {
    border: 1px solid #0101011a;
    cursor: pointer;
}

.works_section .row .col:hover {
    background-color: #b192401a;
}

.works_section .row .col:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.works_section .row .col:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.number_of_works {
    font-size: 94px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.category_card-section {
    background-color: #F4F6F9;
    padding-top: 100px;
    padding-bottom: 100px;
}

.category_card-section .row .col {
    margin-bottom: 24px;
}

.category_card-details {
    padding: 45px;
    transition: all 0.5s ease;
    position: relative;
    background: var(--bs-white);
    border-radius: 3px;
    height: 100%;
}

.category_card-details .category_image {
    margin-bottom: 30px;
}

.category_card-details .category_image img {
    transition: all 0.5s ease;
}

.category_card-details:hover .category_image img {
    transform: rotateY(180deg);
    transition: all 0.5s ease;
}

.category_card-details .sub-title {
    text-transform: capitalize;
    margin-top: 5px;
    padding-bottom: 15px;
    font-weight: 600;
    border-bottom: 2px solid #f4f6f9;
}

.category_card-details .descrption {
    margin-top: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}

.read-more_link {
    text-transform: uppercase;
}

.read-more_link svg {
    margin-top: -4px;
}

.read-more_link:hover svg {
    fill: var(--bs-black);
}

/** Home Page End **/

/* About Page Start */
.hero_about-section {
    background: linear-gradient(180deg, #03132a24 0%, var(--wp--preset--color--white) 65%, #03132a1a 100%);
    position: relative;
    padding-top: 180px;
    padding-bottom: 140px;
    z-index: 2;
}

.hero_about-section .title.inner-title {
    font-size: 56px;
    line-height: normal;
    font-weight: 700;
}

.hero_about-section .descrption {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.hero_about-section .hero-text {
    margin-top: 20px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.hero_about-section .hero-banner_link {
    padding-top: 40px;
}

.about-main_img {
    width: 100%;
}

.about-main_section {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}
.about-main_img-wrapper img {
    border: 14px solid rgb(177 146 64 / 26%);
    height: 375px;
    object-fit: cover;
}
.about-main_details .descrption {
    font-size: 18px;
    line-height: 30px;
}
.compare-plan_section {
    background-color: #F4F6F9;
    padding-top: 100px;
    padding-bottom: 100px;
}
.compare_descrption {
    max-width: 945px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.about-main_section .row:nth-child(even) {
    flex-direction: row-reverse;
}
.about-main_section .row {
    margin-bottom: 60px;
}
.about-wrapper_details .title {
    font-size: 38px;
    line-height: normal;
    margin-bottom: 15px;
}
.about-wrapper_details {
    padding-left: 25px;
}
/* About Page End */

/* result page css start */
.compare_data-section {
    padding-top: 150px;
    padding-bottom: 60px;
}

.filter-box {
    border: 1px solid rgb(0 0 0 / 21%);
    border-radius: 12px;
    box-shadow: 0 0 4px -2px rgba(16, 24, 40, .06), 0 0 10px -2px rgba(16, 24, 40, .1);
    padding: 24px 20px;
}

.filter-box .sub-title {
    font-size: 24px;
}

.filter-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.filters.fiter_type_list {
    padding-top: 15px;
}

.top-head {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 3px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fiter_type_list .form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.fiter_type_list .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.fiter_type_list .form-check-input:focus {
    border-color: var(--bs-primary);
    box-shadow: unset;
}

.fiter_type_list .form-check {
    margin-bottom: 6px;
}

.fiter_type_list .form-check-label {
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-black);
    line-height: normal;
    margin-left: 3px;
    vertical-align: middle;
}

.plan-type_filters.fiter_type_list {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.form-check-input {
    border: var(--bs-border-width) solid var(--wp--preset--color--cyan-bluish-gray);
}

.compare_data-section .dot-sep {
    position: relative;
    z-index: 1;
    margin-right: 9px;
}

.compare_data-section .dot-sep::before {
    content: "";
    background: var(--bs-primary);
    height: 5px;
    width: 5px;
    position: absolute;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.compare_data-section .check-yes::before {
    content: "✔";
    color: #28a745;
    margin-right: 6px;
    font-weight: bold;
}

.compare_data-section .check-no::before {
    content: "✖";
    color: red;
    margin-right: 6px;
    font-weight: bold;
}

.compare_data-section .card {
    border-radius: 12px;
    padding: 25px 20px 20px;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;

}

.featured-badge {
    color: var(--bs-white);
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: -16px;
    background-color: var(--bs-primary);
    width: fit-content;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 16px;
    line-height: normal;
}

.plan-post_card .btn {
    padding: 12px 25px;
}

.plan-type_toggle {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.btn-group .btn {
    padding: 9px 28px;
    font-weight: 600;
    border-radius: 50px;
}

.btn-group .btn:active,
.btn-group .btn.active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    border-color: #0101011a !important;
}

.btn-group .btn-outline-primary {
    background-color: rgb(3 19 42 / 15%);
    color: var(--bs-black);
    border-color: #0101011a;
}

.plan-post_card {
    padding-top: 22px;
}

.right-side .form-select,
.right-side select {
    box-shadow: unset;
}

.right-side .form-select:focus,
.right-side select:focus {
    box-shadow: unset;
    border-color: var(--bs-primary);
}

.right-side .form-select {
    padding: 10px 80px 10px 15px;
    border-color: #00000036;
}

.form-select {
    padding: 10px 80px 10px 15px;
    border-color: #00000036;
    font-weight: 500;
}

.plan-type_toggle.active::after {
    transform: rotate(180deg);
}

.left-side {
    display: flex;
    align-items: center;
}

.show-price_title {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-right: 10px;
}

.compare_data-section .card .sub-title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.pricing-top_head {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 12px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-type_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.price {
    color: var(--bs-primary) !important;
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
}

.feature-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.feature-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 11px;
}

.feature-row_list {
    width: 50%;
    margin-bottom: 10px;
}

.features-content_list {
    background-color: #f5f5f5;
    padding: 20px 15px;
}

.features-content_list h5 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: normal;
}

.features-content_list .descrption {
    font-size: 16px;
    line-height: 20px;
}

.pricing-bottom_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.pricing-bottom_head h6 {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0px;
}

.plan-count_title {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
}

.compare-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f5f6f8;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;

}

.compare-items {
    display: flex;
    gap: 15px;
}


.compare-item {
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    text-align: center;
}

.custom-toast {
    position: fixed;
    bottom: 20px;
    background-color: #dc3545;
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    display: none;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.compare-item .plan-name {
    color: #253858;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

.compare-item .remove-item {
    box-shadow: rgba(37, 56, 88, 0.12) 0px 0px 16px 0px;

    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 10px;
}
.works_section.different_section .work_card-details {
    padding-left: 25px;
    padding-right: 25px;
}
.works_section.different_section .work_card-details .sub-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
}
.works_section.different_section .work_card-details .descrption {
    font-size: 16px;
    line-height: 22px;
}

.works_section.different_section .work_card-details .descrption p {
    margin-bottom: 10px;
}
.about-faq_section {
    background-color: #F4F6F9;
    padding-top: 100px;
    padding-bottom: 100px;
}
section.category_card-section.about-category_section {
    background-color: #ffffff;
}
section.category_card-section.about-category_section .category_card-details {
    background: rgb(248 249 250);
}
.compare-content {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
section.compare-plan_section {
    background-color: #F4F6F9;
    padding-top: 100px;
    padding-bottom: 100px;
}
/* plans css end */

/** Contact Page start **/
.contact-detail_col {
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    padding: 55px 65px;
    border-radius: 14px 0 0 14px;
    height: 100%;
}
.form-control {
    padding: 11px 8px;
}
.form-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.contact-us_section .form-label span {
    color: #F47B1E;
    margin-left: 4px;
}
.contact-us_section textarea.wpcf7-form-control {
    height: 150px;
}
.contact-us_section .title {
    font-size: 45px;
}
.contact-main-row{
    border-radius: 16px;
    box-shadow: 2px 5px 38px 0px #00000042;
}
.hero_contact-section {
    background: linear-gradient(180deg, #03132a24 0%, var(--wp--preset--color--white) 65%, #03132a1a 100%);
    position: relative;
    padding-top: 180px;
    padding-bottom: 180px;
    z-index: 2;
}
.contact-detail_col .section-title_wrapper {
    margin-bottom: 30px;
}
.hero_contact-section .hero_title {
    font-size: 70px;
    line-height: normal;
    font-weight: 700;
}
 .inner-detail_wrapper {
    margin-left: 8px;
    max-width: calc(100% - 70px);
}
.contact-form_wrapper .title {
    margin-bottom: 30px;
}
.hero_contact-section .descrption {
    font-size: 20px;
    line-height: 30px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    margin-top: 28px;
}
.contact-form_wrapper {
    padding: 55px 65px;
}
 
.contact-item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--wp-editor-canvas-background);
    margin-bottom: 20px;
    padding-bottom: 20px;
 
}
.contact-details .contact-item:last-child {
    border-bottom: 0px;
}
.contact_icon {
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.inner-detail_wrapper .title {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
/** Contact Page End **/

/* compare page css start */
.compare-section {
    padding-top: 150px;
    padding-bottom: 60px;
}

.compare-top {
    display: flex;
    justify-content: end;
}

.compare-plancard {
    max-width: 100vw;
    width: 100vw;
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-radius: 0px;
    position: sticky;
    top: 118.61px;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 15px 0;
}

.compare-contain {
    display: flex;
    justify-content: end;
}

.compare-col {
    text-align: center;
}

.plan-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 40px 15px 20px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.compare-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.compare-row {
    display: table-row;
}

.compare-row>div {
    display: table-cell;
    border: 1px solid #ccc;
    padding: 12px;
}

.compare-row:nth-child(even)>div {
    background: #f3f4f6;
}

.compare-row .value {
    font-size: 16px;
    line-height: 20px;
}

.remove-plan {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.plan-card .plan-title {
    font-size: 18px;
    font-weight: 600;
    min-height: 40px;
}

.faq_section .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #dee2e6 !important;
    border-radius: 0px !important;
}

.faq_section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");
}

.faq_section .accordion-button {
    border-radius: 0px;
    font-weight: 600;
    font-size: 18px;
}

.faq_section .accordion-button:not(.collapsed) {
    color: var(--bs-white);
}

.faq_section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E");
}

.faq_section .accordion-button:not(.collapsed) {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 0px;
}

/* compare page css end */

.site {
    min-height: 100vh;
}

.shadow.top-button {
    border-radius: 50%;
    padding: 0px;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shadow.top-button i {
    font-size: 20px;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/** Footer start **/
footer.site-footer {
    background-color: var(--bs-primary);
    padding: 50px 0 40px;
}

footer.site-footer .logo-title {
    font-size: 54px;
    font-weight: 600;
    line-height: normal;
}

.footer-logo {
    margin-bottom: 25px;
    border-bottom: 1px solid #ffffff8c;
}

.footer-logo img {
    width: 300px;
}

.footer-menu_list ul {
    display: flex;
    gap: 35px;
    margin-bottom: 45px;
}

.footer-menu_list ul li {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #ffffff26;
    margin-top: 90px;
}

.footer__copyright {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0px;
}

.footer__copyright--link {
    font-weight: 700;
}

.footer__social-icon {
    height: 36px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 2px;
    background-color: #fff;
}

.footer__social-icon svg {
    height: 20px;
    width: 20px;
}

.footer-menu_list li .nav-link {
    color: var(--bs-white);
}

/** Footer End **/

/** Responsive Start **/
@media (max-width: 1399.98px) {
    .works_section.different_section .work_card-details {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1199.98px) {
    .work_card-details {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .category_card-details {
        padding: 25px 20px;
    }

    .title {
        font-size: 39px;
        line-height: 47px;
    }

    .hero_banner-section {
        padding-bottom: 120px;
    }

    .works_section .section-title_wrapper .title {
        max-width: 750px;
        width: 100%;
        margin: auto;
    }
    .works_section.different_section .work_card-details .sub-title {
        font-size: 18px;
        line-height: 22px;
        min-height: 110px;
    }
    .category_card-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991.98px) {
    .header_link .btn {
        padding: 10px 32px;
    }

    .site-header .nav-toggler i {
        font-size: 30px;
    }

    .site-header .nav-toggler i:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
        color: var(--bs-primary);
    }

    .site-header .nav-toggler {
        padding: 0px;
        margin-left: auto !important;
        margin-right: 12px;
    }

    .hero_banner-section .hero_title {
        font-size: 55px;
    }

    .hero_banner-section {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .works_section .row .col:last-child {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .works_section .row .col:first-child {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .works_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .category_card-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .faq_section .section-title_wrapper {
        margin-bottom: 50px;
        text-align: center;
        max-width: 550px;
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }

    .footer-menu_list ul {
        margin-bottom: 35px;
    }

    .footer__bottom {
        margin-top: 50px;
    }
    .hero_about-section {
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .about-main_details {
        padding-left: 0px;
        padding-top: 30px;
    }
    .works_section.different_section .work_card-details .sub-title {
        min-height: auto;
    }
    .hero_about-section .title.inner-title {
        font-size: 40px;
    }
    .hero_about-section .descrption {
        font-size: 16px;
        line-height: 22px;
    }
    .hero_about-section .hero-banner_link {
        padding-top: 12px;
    }
    .hero_about-section {
        padding-bottom: 80px;
    }
    .contact-us_section .title {
        font-size: 35px;
        line-height: normal;
    }
    .hero_contact-section {
        padding-top: 140px;
        padding-bottom: 120px;
    }
    .contact-detail_col,
    .contact-form_wrapper {
        padding: 40px 25px;
    }
    .contact-main-row {
        flex-direction: column-reverse;
    }
    .contact-detail_col {
        border-radius: 0px 0 0 14px;
    }
    .contact-details .contact-item:last-child {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .about-main_section .row {
        margin-bottom: 30px;
    }
    .about-wrapper_details .title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .about-wrapper_details {
        padding-left: 0;
        padding-top: 25px;
    }
    .about-wrapper_details .descrption {
         font-size: 16px;
        line-height: 22px;
    }
    .about-main_img-wrapper img {
        height: 275px;
        border: 8px solid rgb(177 146 64 / 26%)
    }

}

@media (max-width: 767.98px) {
    .site-header .navbar {
        --bs-navbar-padding-y: 0;
    }

    .site-logo {
        max-width: 220px;
    }

    .header_link {
        display: none;
    }

    .hero_banner-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .hero_banner-section .hero_title {
        font-size: 40px;
    }

    .hero_banner-section .descrption {
        font-size: 18px;
        line-height: 26px;
        margin-top: 12px;
    }

    .hero_banner-section .hero-banner_link {
        padding-top: 28px;
    }

    .works_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .title {
        font-size: 35px;
        line-height: 40px;
    }

    .works_section .section-title_wrappe .title {
        margin-bottom: 10px;
    }

    .category_card-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-title_wrapper {
        margin-bottom: 40px;
    }

    .category_card-details .sub-title {
        padding-bottom: 10px;
        font-size: 22px;
    }

    .category_card-details .descrption {
        margin-top: 12px;
        margin-bottom: 22px;
    }

    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .accordion-body {
        padding: 15px;
    }

    footer.site-footer {
        padding: 30px 0 30px;
    }

    .footer-menu_list ul {
        margin-bottom: 30px;
    }

    .msmg-footer__text-block .descrption {
        font-size: 16px;
    }

    .footer__bottom {
        margin-top: 40px;
        display: block;
        text-align: center;
    }

    .footer__copyright--link {
        font-size: 13px;
    }

    .footer__copyright {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .footer__social-icon svg {
        height: 18px;
        width: 18px;
    }

    .footer__social-icon {
        height: 28px;
        width: 28px;
    }

    .work_card-details {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        border: 1px solid #0101011a;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .works_section .row .col {
        border: none;
    }

    .number_of_works {
        font-size: 80px;
        margin-bottom: 0px;
    }

    .works_section .section-title_wrapper.text-center {
        margin: 0 auto 40px;
    }
    .hero_contact-section {
        padding-top: 100px;
        padding-bottom: 80px
    }
    .contact-main-row {
        margin-left: 5px;
        margin-right: 5px;
    }
    .contact-detail_col,
    .contact-form_wrapper {
        padding: 25px 15px;
    }
    .contact-us_section .title {
        font-size: 30px;
        margin-bottom: 18px;
    }
    .contact-detail_col .section-title_wrapper {
        margin-bottom: 0px;
    }
    .contact-us_section .inner-detail_wrapper .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .site-conetent.descrption {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-us_section textarea.wpcf7-form-control {
        height: 100px;
    }
    span.wpcf7-spinner {
        position: absolute;
        top: 14px;
        bottom: 0;
    }
}

@media (max-width: 575.98px) {}

/** Responsive End **/