:root {
    --theme-color: #920637;
    --btn-color: #920637;

    --white-color: #ffffff;
    --black-color: #000000;

    --body-font: "Poppins", sans-serif;
    --body-font2: "Libre Baskerville", serif;


    --text-color: #4E4E4E;
    --text-color2: #1E1E1E;
    --text-color3: #920637;


    --black-color2: #1b1b1b;
    --gray-color: #B2B2B2;

    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #920637;

    --section-space: 80px;
    --section-space2: 50px;
    --section-space3: 20px;
    --section-space4: 120px;

    --section-space-tab: 60px;
    --section-space2-tab: 30px;

    --section-space-mobile: 40px;
    --section-space2-mobile: 15px;

}


html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
.error,.important{
    color: var(--error-color);
}
body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--black-color); 
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.noPaddingLR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

h1 {
    font-size: 46px;
    line-height: 56px;
}

h2 {
    font-size: 42px;
    line-height: 52px;
}

h3 {
    font-size: 36px;
    line-height: 46px
}

h4 {
    font-size: 32px;
    line-height: 41px
}

h5 {
    font-size: 24px;
    line-height: 34px;
}

h6 {
    font-size: 20px;
    line-height: 30px;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 18px 0;
    line-height: 154%;
    font-family: var(--body-font);
    color: var(--text-color);
}

.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.btn {
    padding: 5px 15px;
    background: var(--btn-color);
    color: #ffffff;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    max-width: 180px;
}

.btn:hover {
    background: #fff;
    color: var(--btn-color);
    border: 1px solid var(--border-color);
}

.btn2 {
    padding: 5px 20px;
    color: var(--theme-color);
    background: #fff;
    color: var(--btn-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    max-width: 180px;
}

.btn-primary {
    padding: 5px 15px;
    background: transparent;
    color: var(--white-color);
    border-radius: 7px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    box-shadow: unset;
    border: unset;
}

.space {
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
}
.space4 {
    padding-top: var(--section-space4);
    padding-bottom: var(--section-space4);
}
.space-bottom {
    padding-bottom: var(--section-space);
}
.space-top {
    padding-top: var(--section-space);
}
.space2 {
    padding-top: var(--section-space2);
    padding-bottom: var(--section-space2);
}

img {
    width: 100%;
}

.libre {
    font-family: var(--body-font2);
    font-style: italic;
}

.highlight {
    color: var(--theme-color);
}
.poppins-italic{
    font-family: "Poppins", sans-serif;
    font-style: italic;
}
.slick-slider {
    margin: 0 -15px;
}

.slick-slide {
    padding: 10px;
    margin-right: 15px;
    margin-left: 15px;
}

.highlight2 {
    color: var(--text-color3);
    font-family: var(--body-font2);
    font-style: italic;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext{
    border: 1px solid var(--border-color)!important;
}
.form-group {
    margin-bottom: 18px;
    position: relative;
    border-radius: 5px;
    border: 1px solid var(--border-color);
}

.form-group input {
    padding: 10px 15px;
    padding-right: 45px;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    color: var(--body-color);
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.form-control:focus,
.form-control:focus-visible {
    background-color: unset;
    border-color: unset;
    outline: unset;
    box-shadow: unset;
}
a:active,
a.nice-select.open,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}


.form-group .nice-select {
    padding: 10px 15px;
    padding-right: 45px;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    color: var(--body-color);
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.form-group textarea {
    padding: 10px 15px;
    padding-right: 45px;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    color: var(--body-color);
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

select:focus,
.form-control:focus,
.form-select.nice-select:focus,
.nice-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border: unset;
    /* border-color: var(--border-color);
    background-color: var(--smoke-color); */
}
.form-group .form-control::placeholder {
    color: var(--body-color);
  }
  
.form-group .form-control::-ms-input-placeholder {
    color: var(--body-color);
}
.nice-select:after {
    content: '';
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 16px;
    pointer-events: none;
    border-bottom: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
    position: absolute;
    right: 28px;
    line-height: calc(var(--input-height) - 2px);
    top: 21px;
    height: 8px;
    width: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 24px;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.nice-select {
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    position: relative;
    line-height: calc(var(--input-height) - 2px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.nice-select .list {
    width: 95%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 2.5%;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-28px);
    -ms-transform: scale(0.75) translateY(-28px);
    transform: scale(0.75) translateY(-28px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .option {
    display: flex;
    align-items: center;
    white-space: break-spaces;
    line-height: 1.5!important;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    
}

.nice-select.open .list {
    opacity: 1;
    border-radius: 0;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-bottom: 1px solid var(--theme-color);
    overflow:auto;
    max-height:50vh;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--smoke-color3);
}
.pl-0 {
    padding-left: 0!important;
}
.g-6, .gx-6 {
    /* margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x)); */
}

.blog-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
@media (max-width: 576px) {

    h1 {
        font-size: 36px;
        line-height: 46px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 24px;
        line-height: 34px
    }

    h4 {
        font-size: 20px;
        line-height: 30px
    }

    h5 {
        font-size: 18px;
        line-height: 28px;
    }

    h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .g-6, .gx-6 {
        --bs-gutter-x:1.5rem!important;
    }
    .space {
        padding-top: var(--section-space-mobile);
        padding-bottom: var(--section-space-mobile);
    }
    .space2 {
        padding-top: var(--section-space2-mobile);
        padding-bottom: var(--section-space2-mobile);
    }
    .space4{
        padding-top: var(--section-space-mobile);
        padding-bottom: var(--section-space-mobile);
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 42px;
        line-height: 52px;
    }

    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px
    }

    h4 {
        font-size: 22px;
        line-height: 32px;
    }

    h5 {
        font-size: 22px;
        line-height: 32px;
    }

    h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .g-6, .gx-6 {
        --bs-gutter-x:1.5rem!important;
    }
    .space {
        padding-top: var(--section-space-mobile);
        padding-bottom: var(--section-space-mobile);
    }
    .space2 {
        padding-top: var(--section-space2-mobile);
        padding-bottom: var(--section-space2-mobile);
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    h1 {
        font-size: 42px;
        line-height: 52px;
    }

    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px
    }

    h4 {
        font-size: 26px;
        line-height: 36px
    }

    h5 {
        font-size: 22px;
        line-height: 32px;
    }

    h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .g-6, .gx-6 {
        --bs-gutter-x: 2rem!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .g-6, .gx-6 {
        --bs-gutter-x: 3rem!important;
    }
}

@media (min-width: 1200px) {
   
    .g-6, .gx-6 {
        --bs-gutter-x: 4rem!important;
    }
}

.page_blogs-details .accordion-button {
    background-color: #920637;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 5px 20px;
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.page_blogs-details .accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(146,6,55,0.3);
}
.page_blogs-details .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #920637;
    border: 2px solid #920637;
}
.page_blogs-details .accordion-button .accordion-button::after {
    color: #920637;
}
.page_blogs-details .accordion-button::after {
    color: #920637;
    transition: transform 0.3s ease;
    filter:invert(100);
}
.page_blogs-details .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    filter:invert(0);
}
.page_blogs-details .accordion-body {
    background-color: #f9f5f7;
    color: #333;
    padding: 1rem 1.25rem;
    border-radius: 0 0 8px 8px;
    font-size: 0.95rem;
    line-height: 1;
}
.page_blogs-details .accordion-item {
    border: none;
    margin-bottom: 0.75rem;
}

.page_blogs-details .service_faq{
    padding: 60px;
}

.page_blogs-details .service_faq h5{
    font-size: 14px;
}

.page_blogs-details .service_faq h2{
    font-size: 24px;
}

