/* TypoGraphy */
@font-face {
    font-family: 'CeraGR';
    src: url('https://navrajrenovation.com/wp-content/themes/navrajrenovation/fonts/CeraGR-Medium.woff2') format('woff2'),
        url('https://digitalizepromo.com/Navrajrenovation/wp-content/themes/navrajrenovation/fonts/CeraGR-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraGR';
    src: url('https://navrajrenovation.com/wp-content/themes/navrajrenovation/fonts/CeraGR-Bold.woff2') format('woff2'),
        url('https://digitalizepromo.com/Navrajrenovation/wp-content/themes/navrajrenovation/fonts/CeraGR-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraGR';
    src: url('https://navrajrenovation.com/wp-content/themes/navrajrenovation/fonts/CeraGR-Regular.woff2') format('woff2'),
        url('https://digitalizepromo.com/Navrajrenovation/wp-content/themes/navrajrenovation/fonts/CeraGR-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CeraGR';
    src: url('https://navrajrenovation.com/wp-content/themes/navrajrenovation/fonts/CeraGR-Black.woff2') format('woff2'),
        url('https://digitalizepromo.com/Navrajrenovation/wp-content/themes/navrajrenovation/fonts/CeraGR-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Heebo';
    src: url('https://navrajrenovation.com/wp-content/themes/navrajrenovation/fonts/Heebo-Medium.woff2') format('woff2'),
        url('https://digitalizepromo.com/Navrajrenovation/wp-content/themes/navrajrenovation/fonts/Heebo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('https://navrajrenovation.com/wp-content/themes/navrajrenovation/fonts/Oswald-Bold.woff2') format('woff2'),
        url('https://digitalizepromo.com/Navrajrenovation/wp-content/themes/navrajrenovation/fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('https://navrajrenovation.com/wp-content/themes/navrajrenovation/fonts/Lato-Regular.woff2') format('woff2'),
        url('https://digitalizepromo.com/Navrajrenovation/wp-content/themes/navrajrenovation/fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*==================Default css start=================*/
* {
    box-sizing: border-box;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit;
}

textarea.form-control {
    resize: none;
    overflow: hidden;
}

figure {
    margin-bottom: 0;
}

html,
body {
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'CeraGR';
    color: #263a4f;
    font-weight: normal;
}

.table {
    color: #263a4f;
}

/* body::-webkit-scrollbar {
  display: none;
} */
img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

a,
a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #263a4f;
    font-family: 'CeraGR';
    font-weight: bold;
    margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #a3cc01;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 54px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 17px;
    line-height: 30px;
    color: #8d9aa8;
    font-family: 'CeraGR';
    font-weight: normal;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0px;
    margin: 0 0 20px 20px;
}

ol {
    padding: 0px 0 20px 20px;
    margin: 0px;
    counter-reset: listitem;
}

/* ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.')'.';
    color: #272b38;
    display: inline-block;
    left: 0;
} */
li {
    margin: 0 0 10px;
    padding: 0px;
    position: relative;
    padding-left: 0px;
    color: #263a4f;
    font-family: 'CeraGR';
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

li a {
    color: #263a4f;
}

li a:hover {
    color: #a3cc01;
}

a {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #697565;
}

a:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #000;
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
}

b,
strong {
    font-weight: bold;
}

.btn {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    font-family: 'CeraGR';
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    border: none;
    padding: 0 48px;
    letter-spacing: 1px;
    background: #a3cc01;
    transition: 1s;
    -webkit-transition: 1s;
    text-transform: uppercase;
    padding: 12px 30px;
    height: 65px;
    min-width: 200px;
}

.btn:hover {
    color: #fff;
    transition: 1s;
    background: #0e0f24;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0e0f24;
    border-color: #0e0f24;
    box-shadow: none;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    display: none;
}
div.offcanvas-backdrop{
    display: inherit;
}
svg path{
    transition:all 0.3s ease-in-out;
}
.get-estimate {
    display: inline-flex;
    background: #0e0f24;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(81px, 0%) rotate(-90deg);
    color: #fff;
    font-family: 'CeraGR';
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing:1px;
    padding: 15px 25px;
    border-radius: 5px 5px 0 0;
}
.get-estimate:hover{
    background: #a3cc01;
    color: #fff;
}
.main-heading{
    text-transform: uppercase;
    position: relative;
}
.main-heading span{
    width: 86px;
    height: 6px;
    display: block;
    background: #a3cc01;
    margin-top: 15px;
}
.moreBtn{
    color: #263a4f;
    font-family: 'CeraGR';
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase; 
    border-bottom: 2px solid #263a4f;
    padding-bottom: 2px;
    display: inline-flex;
}
.moreBtn:hover{
    color: #a3cc01;
    border-color: #a3cc01;
}
form .form-control{
    border-radius: 0;
    border: 1px solid #daddcd;
    height: 55px;
    padding: 5px 20px;
}
form textarea.form-control{
    height: 100px;
}
.topBtn{
    position: fixed;
    right: 20px;
    bottom: 20px;
}
/*==================Default css start=================*/

/************** inner banner *****************/

.inner-banner {
    position: relative;
    overflow: hidden;
}
.inner-banner figure img {
    width: 100%;
}
.inner-banner:before {
    content: "";
    width: calc(100% + 100px);
    height: 58%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(0deg, hsl(211.74deg 59.02% 40.2% / 50%), hsl(210deg 100% 20% / 50%));
    filter: blur(40px);
    margin-bottom: -50px;
    left: -50px;
    right: -50px;
}

.inner-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 70px;
    text-align: center;
}
.inner-banner .banner-cont h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 15px;
}
.news-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 25px 0px 25px 0px;
    transition: all 0.3s;
    margin: 12px 0px;
    text-align: left;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 13%);
    height: calc(100% - 25px);
}
.news-box h6 {
    font-size: 24px;
    font-weight: 600;
    transition: all 0.3s;
    color: #003366;
}
.news-cont {
    justify-content: space-between;
    align-items: center;
}
.news-cont .user {
    align-items: center;
    margin-right: 10px;
}
.news-cont .user figure {
    margin-bottom: 0;
}
.news-cont .user strong {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    transition: all 0.3s;
}
.news-cont .user img {
    width: 40px;
    border-radius: 50px;
    margin-right: 10px;
}
.news-box figure {
    margin-bottom: 20px;
}
.news-box figure img {
    width: 100%;
    border-radius: 12px;
    height: auto;
}
.detail-side {
    background: #0e0f24;
    position: sticky;
    top: 100px;
}
.detail-side h4 {
    text-align: center;
    background: #a3cc01;
    padding: 15px 10px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.detail-side ul {
    padding-left: 0;
}
.detail-side ul li {
    display: flex;
    align-items: center;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
}
.detail-side ul li figure img {
    width: 80px;
    margin-right: 30px;
    height: 55px;
    object-fit: cover;
}
.recent-sec h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}
.recent-sec p {
    color: #e7e7e7;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}
.innerpages .about-textBlock {
    max-width: 100% !important
}

.news-details-cont h1 { font-size: 34px; }
.news-details-cont h2 { font-size: 32px; }
.news-details-cont h3 { font-size: 30px; }
.news-details-cont h4 { font-size: 28px; }
.news-details-cont h5 { font-size: 26px; }
.news-details-cont h6 { font-size: 24px; }


/* TypoGraphy */
/*=======FAQs Topics section css start=========*/

.faq-wrap { padding-top: 50px; }
.faq-wrap .accordion { display: flex; flex-wrap: wrap; justify-content: space-between; }
.faq-col-full { width: 100%; }
.faq-wrap .accordion-item { border: none; margin-bottom: 15px; border: 1px solid #d4d4d4; border-radius: 6px;overflow: hidden;}
.faq-wrap .accordion-item:first-of-type { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.faq-wrap .accordion-item:last-child { margin-bottom: 0px; }
.faq-wrap .accordion-button { padding: 18px 54px 18px 20px; font-size: 20px; color: #121213; font-weight: 600; }
.faq-wrap .accordion-button::after { position: absolute; right: 8px; background:#ecdfcc url(https://digitalizepromo.com/Navrajrenovation/wp-content/uploads/2025/04/arrow-down.png); background-repeat: no-repeat; background-position: center center; width: 32px; height: 32px; border-radius: 100%; transition: 1s; }
.accordion-button:not(.collapsed)::after { background:#ecdfcc url(https://digitalizepromo.com/Navrajrenovation/wp-content/uploads/2025/04/arrow-down.png); background-repeat: no-repeat; background-position: center center; }
.faq-wrap .accordion-item:first-of-type .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.faq-wrap .accordion-button:not(.collapsed) { color: #000000; background-color: #fff; box-shadow: none; }
.faq-wrap .accordion-body { padding: 0px 54px 13px 20px; }
.faq-wrap .accordion-body p { color: #121213; font-size: 16px; line-height: 24px; }
.faq-wrap .accordion-header { padding-top: 0px;}
/*=======faq section css end =========*/

.blog_single_banner figure img {
    height: 278px;
    width: 100%;
    object-fit: cover;
}
